aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* flake8Alex Gaynor2013-10-311-1/+3
|
* py3k fixesAlex Gaynor2013-10-311-2/+2
|
* Be C99Alex Gaynor2013-10-311-2/+3
|
* write more readablyAlex Gaynor2013-10-311-3/+1
|
* Moved constant_time_compare to be CAlex Gaynor2013-10-311-12/+22
|
* py3k uses a different exception hereAlex Gaynor2013-10-311-1/+2
|
* Merge branch 'master' into fernetAlex Gaynor2013-10-312-24/+2
|\
| * Merge pull request #205 from reaperhulk/simplify-testsAlex Gaynor2013-10-312-24/+2
| |\ | | | | | | Simplify some test class structure
| | * simplify some test class structurePaul Kehrer2013-10-312-24/+2
| | |
* | | A test for roundtrippingAlex Gaynor2013-10-311-0/+7
| | |
* | | Fixed pep8 issuesAlex Gaynor2013-10-312-8/+10
| | |
* | | Merge branch 'master' into fernetAlex Gaynor2013-10-312-1/+7
|\| |
| * | Merge pull request #206 from alex/py3pep8David Reid2013-10-312-1/+7
| |\ \ | | |/ | |/| Added a tox/travis just for running flake8 under py3k
| | * Added a tox/travis just for running flake8 under py3kAlex Gaynor2013-10-312-1/+7
| |/
* | Started working on the invalid casesAlex Gaynor2013-10-313-11/+107
| |
* | Use raw vector filesAlex Gaynor2013-10-315-21/+59
| |
* | py3k fixAlex Gaynor2013-10-311-1/+1
| |
* | fixAlex Gaynor2013-10-311-1/+0
| |
* | fix for py3kAlex Gaynor2013-10-311-1/+1
| |
* | Merge branch 'master' into fernetAlex Gaynor2013-10-31238-347/+336
|\|
| * Merge pull request #198 from reaperhulk/vector-movinDavid Reid2013-10-31238-347/+336
| |\ | | | | | | Restructure vectors into ciphers/hashes/hmac
| | * rename camellia testsPaul Kehrer2013-10-311-4/+4
| | |
| | * update tests for new test vector locationsPaul Kehrer2013-10-314-58/+22
| | |
| | * move AES/3DES vectors into mode dirs and separate SHA vectorsPaul Kehrer2013-10-31210-0/+17
| | |
| | * move around the tests to organize by cipherPaul Kehrer2013-10-304-148/+151
| | |
| | * restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-30235-44/+49
| |/
* | py3k syntax fixAlex Gaynor2013-10-311-2/+2
| |
* | Fixed keylength in exampleAlex Gaynor2013-10-311-1/+1
| |
* | Be explicitAlex Gaynor2013-10-311-1/+3
| |
* | Improve the docsAlex Gaynor2013-10-311-1/+4
| |
* | DocsAlex Gaynor2013-10-312-0/+49
| |
* | Address pep8 concernsAlex Gaynor2013-10-312-5/+12
| |
* | UnusedAlex Gaynor2013-10-311-1/+0
| |
* | Extra assertAlex Gaynor2013-10-311-0/+1
| |
* | Fixed test and implementationAlex Gaynor2013-10-312-4/+12
| |
* | Added test cases, fixed a bugAlex Gaynor2013-10-312-2/+25
| |
* | Slightly cleanerAlex Gaynor2013-10-301-3/+7
| |
* | Implemented decryptionAlex Gaynor2013-10-301-0/+29
| |
* | Started implementating encryption for fernetAlex Gaynor2013-10-301-0/+36
|/
* Merge pull request #196 from reaperhulk/evp-cipher-set-key-lengthAlex Gaynor2013-10-292-1/+16
|\ | | | | Set the key length when initializing an OpenSSL cipher context
| * set the key length when initializing a cipher contextPaul Kehrer2013-10-292-1/+16
|/ | | | This is required for variable key length ciphers like CAST5 and blowfish
* Merge pull request #195 from alex/sphinx-hazmat-pluginDonald Stufft2013-10-2910-46/+70
|\ | | | | Sphinx hazmat plugin
| * Fixed pep8Alex Gaynor2013-10-291-0/+1
| |
| * Document that you should use the hazmat directiveAlex Gaynor2013-10-291-4/+11
| |
| * Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-299-42/+58
|/
* Merge pull request #194 from alex/current-module-hmacDavid Reid2013-10-291-1/+3
|\ | | | | Use current module in the hmac docs, for consistency
| * Use current module in the hmac docs, for consistencyAlex Gaynor2013-10-291-1/+3
| |
* | Merge pull request #192 from alex/pkcs7-paddingDonald Stufft2013-10-296-8/+319
|\ \ | |/ |/| PKCS7 padding
| * Perform this comparison in a constan ttime fashionAlex Gaynor2013-10-291-2/+5
| |
| * raise an error if you unicodeAlex Gaynor2013-10-292-0/+16
| |