Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started working on the invalid cases | Alex Gaynor | 2013-10-31 | 3 | -11/+107 |
| | |||||
* | Use raw vector files | Alex Gaynor | 2013-10-31 | 5 | -21/+59 |
| | |||||
* | py3k fix | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | fix | Alex Gaynor | 2013-10-31 | 1 | -1/+0 |
| | |||||
* | fix for py3k | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into fernet | Alex Gaynor | 2013-10-31 | 238 | -347/+336 |
|\ | |||||
| * | Merge pull request #198 from reaperhulk/vector-movin | David Reid | 2013-10-31 | 238 | -347/+336 |
| |\ | | | | | | | Restructure vectors into ciphers/hashes/hmac | ||||
| | * | rename camellia tests | Paul Kehrer | 2013-10-31 | 1 | -4/+4 |
| | | | |||||
| | * | update tests for new test vector locations | Paul Kehrer | 2013-10-31 | 4 | -58/+22 |
| | | | |||||
| | * | move AES/3DES vectors into mode dirs and separate SHA vectors | Paul Kehrer | 2013-10-31 | 210 | -0/+17 |
| | | | |||||
| | * | move around the tests to organize by cipher | Paul Kehrer | 2013-10-30 | 4 | -148/+151 |
| | | | |||||
| | * | restructure vectors into ciphers/hashes/hmac | Paul Kehrer | 2013-10-30 | 235 | -44/+49 |
| |/ | |||||
* | | py3k syntax fix | Alex Gaynor | 2013-10-31 | 1 | -2/+2 |
| | | |||||
* | | Fixed keylength in example | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| | | |||||
* | | Be explicit | Alex Gaynor | 2013-10-31 | 1 | -1/+3 |
| | | |||||
* | | Improve the docs | Alex Gaynor | 2013-10-31 | 1 | -1/+4 |
| | | |||||
* | | Docs | Alex Gaynor | 2013-10-31 | 2 | -0/+49 |
| | | |||||
* | | Address pep8 concerns | Alex Gaynor | 2013-10-31 | 2 | -5/+12 |
| | | |||||
* | | Unused | Alex Gaynor | 2013-10-31 | 1 | -1/+0 |
| | | |||||
* | | Extra assert | Alex Gaynor | 2013-10-31 | 1 | -0/+1 |
| | | |||||
* | | Fixed test and implementation | Alex Gaynor | 2013-10-31 | 2 | -4/+12 |
| | | |||||
* | | Added test cases, fixed a bug | Alex Gaynor | 2013-10-31 | 2 | -2/+25 |
| | | |||||
* | | Slightly cleaner | Alex Gaynor | 2013-10-30 | 1 | -3/+7 |
| | | |||||
* | | Implemented decryption | Alex Gaynor | 2013-10-30 | 1 | -0/+29 |
| | | |||||
* | | Started implementating encryption for fernet | Alex Gaynor | 2013-10-30 | 1 | -0/+36 |
|/ | |||||
* | Merge pull request #196 from reaperhulk/evp-cipher-set-key-length | Alex Gaynor | 2013-10-29 | 2 | -1/+16 |
|\ | | | | | Set the key length when initializing an OpenSSL cipher context | ||||
| * | set the key length when initializing a cipher context | Paul Kehrer | 2013-10-29 | 2 | -1/+16 |
|/ | | | | This is required for variable key length ciphers like CAST5 and blowfish | ||||
* | Merge pull request #195 from alex/sphinx-hazmat-plugin | Donald Stufft | 2013-10-29 | 10 | -46/+70 |
|\ | | | | | Sphinx hazmat plugin | ||||
| * | Fixed pep8 | Alex Gaynor | 2013-10-29 | 1 | -0/+1 |
| | | |||||
| * | Document that you should use the hazmat directive | Alex Gaynor | 2013-10-29 | 1 | -4/+11 |
| | | |||||
| * | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 9 | -42/+58 |
|/ | |||||
* | Merge pull request #194 from alex/current-module-hmac | David Reid | 2013-10-29 | 1 | -1/+3 |
|\ | | | | | Use current module in the hmac docs, for consistency | ||||
| * | Use current module in the hmac docs, for consistency | Alex Gaynor | 2013-10-29 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #192 from alex/pkcs7-padding | Donald Stufft | 2013-10-29 | 6 | -8/+319 |
|\ \ | |/ |/| | PKCS7 padding | ||||
| * | Perform this comparison in a constan ttime fashion | Alex Gaynor | 2013-10-29 | 1 | -2/+5 |
| | | |||||
| * | raise an error if you unicode | Alex Gaynor | 2013-10-29 | 2 | -0/+16 |
| | | |||||
| * | Clean up var naming | Alex Gaynor | 2013-10-29 | 2 | -13/+6 |
| | | |||||
| * | Optimize + test cases | Alex Gaynor | 2013-10-29 | 2 | -8/+24 |
| | | |||||
| * | Remove removed methods from docs | Alex Gaynor | 2013-10-29 | 1 | -10/+0 |
| | | |||||
| * | Removed helper | Alex Gaynor | 2013-10-29 | 3 | -12/+15 |
| | | |||||
| * | Fix the naming of these classes | Alex Gaynor | 2013-10-29 | 1 | -6/+6 |
| | | |||||
| * | typo | Alex Gaynor | 2013-10-29 | 1 | -1/+1 |
| | | |||||
| * | More docs | Alex Gaynor | 2013-10-29 | 2 | -9/+41 |
| | | |||||
| * | Added a PaddingContext interface | Alex Gaynor | 2013-10-29 | 2 | -0/+18 |
| | | |||||
| * | Reference a comment for this | Alex Gaynor | 2013-10-29 | 1 | -2/+2 |
| | | |||||
| * | Start of docs | Alex Gaynor | 2013-10-29 | 2 | -0/+45 |
| | | |||||
| * | Merge branch 'master' into pkcs7-padding | Alex Gaynor | 2013-10-29 | 10 | -5/+436 |
| |\ | |/ |/| | |||||
* | | Merge pull request #157 from reaperhulk/hmac | David Reid | 2013-10-29 | 10 | -5/+436 |
|\ \ | | | | | | | HMAC support | ||||
| * | | update hmac docs | Paul Kehrer | 2013-10-29 | 1 | -4/+5 |
| | | | |||||
| * | | fix indentation error and wrapping in docs | Paul Kehrer | 2013-10-28 | 1 | -3/+4 |
| | | |