Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | CAST5 support + ECB vectors | Paul Kehrer | 2013-10-31 | 5 | -2/+98 | |
| | | | | ||||||
* | | | | Merge pull request #207 from dreid/temp-disable-coverage-on-pypy | Alex Gaynor | 2013-10-31 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Disable coverage on pypy temporarily. | |||||
| * | | | | Disable coverage on pypy temporarily. | David Reid | 2013-10-31 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #208 from reaperhulk/skip-check-blowfish | David Reid | 2013-10-31 | 1 | -0/+16 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add skipif checks for blowfish | |||||
| * | | | | add skipif checks for blowfish | Paul Kehrer | 2013-10-31 | 1 | -0/+16 | |
|/ / / / | ||||||
* | | | | Merge pull request #201 from reaperhulk/bf-support | Alex Gaynor | 2013-10-31 | 9 | -2/+445 | |
|\ \ \ \ | |/ / / |/| | | | Blowfish Support | |||||
| * | | | move blowfish docs to new weak ciphers section, linkify aes | Paul Kehrer | 2013-10-31 | 1 | -1/+11 | |
| | | | | ||||||
| * | | | add bf docs | Paul Kehrer | 2013-10-31 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | add blowfish cipher key_size tests | Paul Kehrer | 2013-10-31 | 1 | -1/+14 | |
| | | | | ||||||
| * | | | blowfish support + test vectors | Paul Kehrer | 2013-10-31 | 7 | -1/+412 | |
| | |/ | |/| | | | | | | | | | | Vectors sourced from https://www.schneier.com/code/vectors.txt but reformatted to comply with our NIST loader | |||||
* | | | Merge pull request #205 from reaperhulk/simplify-tests | Alex Gaynor | 2013-10-31 | 2 | -24/+2 | |
|\ \ \ | | | | | | | | | Simplify some test class structure | |||||
| * | | | simplify some test class structure | Paul Kehrer | 2013-10-31 | 2 | -24/+2 | |
| |/ / | ||||||
* | | | Merge pull request #206 from alex/py3pep8 | David Reid | 2013-10-31 | 2 | -1/+7 | |
|\ \ \ | |/ / |/| | | Added a tox/travis just for running flake8 under py3k | |||||
| * | | Added a tox/travis just for running flake8 under py3k | Alex Gaynor | 2013-10-31 | 2 | -1/+7 | |
|/ / | ||||||
* | | 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 | |
|/ | ||||||
* | 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 | |
| | | | ||||||
| * | | fix hmac docs to point to new hazmat location | Paul Kehrer | 2013-10-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 3 | -3/+3 | |
| | | | ||||||
| * | | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 4 | -29/+37 | |
| | | | ||||||
| * | | clean up loader and make docs default to hmac sha256 | Paul Kehrer | 2013-10-28 | 2 | -2/+9 | |
| | | | ||||||
| * | | address initial review comments | Paul Kehrer | 2013-10-28 | 2 | -4/+4 | |
| | | |