Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | | ||||||
| * | | remove dangling todo | Paul Kehrer | 2013-10-28 | 1 | -2/+0 | |
| | | | ||||||
| * | | cleanup context after finalizing | Paul Kehrer | 2013-10-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | HMAC support | Paul Kehrer | 2013-10-28 | 10 | -3/+418 | |
| | | | | | | | | | | | | | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | |||||
| | * | Initial implementation with tests, docs to follow | Alex Gaynor | 2013-10-29 | 2 | -0/+195 | |
| |/ |/| | ||||||
* | | Merge pull request #183 from reaperhulk/xts-vectors | David Reid | 2013-10-28 | 4 | -0/+32052 | |
|\ \ | |/ |/| | NIST AES XTS vectors | |||||
| * | NIST AES XTS vectors. | Paul Kehrer | 2013-10-28 | 4 | -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-docs | David Reid | 2013-10-28 | 1 | -3/+12 | |
|\ | | | | | example of how to use hashes | |||||
| * | example of how to use hashes | Alex Gaynor | 2013-10-28 | 1 | -3/+12 | |
| | | ||||||
* | | Merge pull request #189 from alex/docs-emphasis | Hynek Schlawack | 2013-10-28 | 1 | -2/+2 | |
|\ \ | |/ |/| | Emphasize recipes over primitives | |||||
| * | reorder | Alex Gaynor | 2013-10-28 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #188 from dstufft/hazmat | Alex Gaynor | 2013-10-28 | 284 | -78/+134 | |
|\ | | | | | Create a Hazardous Materials Area | |||||
| * | Hazard -> Hazardous | Donald Stufft | 2013-10-28 | 1 | -2/+2 | |
| | | ||||||
| * | Handle the deeper package directory | Donald Stufft | 2013-10-28 | 4 | -4/+4 | |
| | | ||||||
| * | Move the danger to the very top of the file | Donald Stufft | 2013-10-28 | 5 | -15/+15 | |
| | | ||||||
| * | Move the module name to it's own variable | Donald Stufft | 2013-10-28 | 1 | -4/+4 | |
| | | ||||||
| * | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 5 | -4/+32 | |
| | | ||||||
| * | Put recipes first | Donald Stufft | 2013-10-28 | 2 | -3/+3 | |
| | | ||||||
| * | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 36 | -18/+21 | |
| | | ||||||
| * | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 252 | -34/+59 | |
|/ |