aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
| * Clean up var namingAlex Gaynor2013-10-292-13/+6
| |
| * Optimize + test casesAlex Gaynor2013-10-292-8/+24
| |
| * Remove removed methods from docsAlex Gaynor2013-10-291-10/+0
| |
| * Removed helperAlex Gaynor2013-10-293-12/+15
| |
| * Fix the naming of these classesAlex Gaynor2013-10-291-6/+6
| |
| * typoAlex Gaynor2013-10-291-1/+1
| |
| * More docsAlex Gaynor2013-10-292-9/+41
| |
| * Added a PaddingContext interfaceAlex Gaynor2013-10-292-0/+18
| |
| * Reference a comment for thisAlex Gaynor2013-10-291-2/+2
| |
| * Start of docsAlex Gaynor2013-10-292-0/+45
| |
| * Merge branch 'master' into pkcs7-paddingAlex Gaynor2013-10-2910-5/+436
| |\ | |/ |/|
* | Merge pull request #157 from reaperhulk/hmacDavid Reid2013-10-2910-5/+436
|\ \ | | | | | | HMAC support
| * | update hmac docsPaul Kehrer2013-10-291-4/+5
| | |
| * | fix indentation error and wrapping in docsPaul Kehrer2013-10-281-3/+4
| | |
| * | fix hmac docs to point to new hazmat locationPaul Kehrer2013-10-281-2/+2
| | |
| * | change type of exception raised, fix docs typoPaul Kehrer2013-10-283-3/+3
| | |
| * | make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-284-29/+37
| | |
| * | clean up loader and make docs default to hmac sha256Paul Kehrer2013-10-282-2/+9
| | |
| * | address initial review commentsPaul Kehrer2013-10-282-4/+4
| | |
| * | remove dangling todoPaul Kehrer2013-10-281-2/+0
| | |
| * | cleanup context after finalizingPaul Kehrer2013-10-281-0/+1
| | |
| * | HMAC supportPaul Kehrer2013-10-2810-3/+418
| | | | | | | | | | | | | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
| | * Initial implementation with tests, docs to followAlex Gaynor2013-10-292-0/+195
| |/ |/|
* | Merge pull request #183 from reaperhulk/xts-vectorsDavid Reid2013-10-284-0/+32052
|\ \ | |/ |/| NIST AES XTS vectors
| * NIST AES XTS vectors.Paul Kehrer2013-10-284-0/+32052
|/ | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/aes/XTSTestVectors.zip OpenSSL supports the 128-bit hex tweak so that's what we'll be using initially
* Merge pull request #190 from alex/hashes-docsDavid Reid2013-10-281-3/+12
|\ | | | | example of how to use hashes
| * example of how to use hashesAlex Gaynor2013-10-281-3/+12
| |
* | Merge pull request #189 from alex/docs-emphasisHynek Schlawack2013-10-281-2/+2
|\ \ | |/ |/| Emphasize recipes over primitives
| * reorderAlex Gaynor2013-10-281-2/+2
|/
* Merge pull request #188 from dstufft/hazmatAlex Gaynor2013-10-28284-78/+134
|\ | | | | Create a Hazardous Materials Area
| * Hazard -> HazardousDonald Stufft2013-10-281-2/+2
| |
| * Handle the deeper package directoryDonald Stufft2013-10-284-4/+4
| |
| * Move the danger to the very top of the fileDonald Stufft2013-10-285-15/+15
| |
| * Move the module name to it's own variableDonald Stufft2013-10-281-4/+4
| |
| * Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-285-4/+32
| |