Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Better, but still not covered | Alex Gaynor | 2013-11-22 | 1 | -1/+3 | |
| | | ||||||
* | | Raise a correct error when content isn't padded correctly | Alex Gaynor | 2013-11-22 | 2 | -2/+27 | |
|/ | ||||||
* | Some docstrings. | David Reid | 2013-11-18 | 1 | -1/+8 | |
| | ||||||
* | Merge branch 'master' into backend-interfaces | David Reid | 2013-11-18 | 1 | -1/+4 | |
|\ | ||||||
| * | de-opaque EVP_CIPHER_CTX a bit | Paul Kehrer | 2013-11-18 | 1 | -1/+4 | |
| | | ||||||
* | | Change interface names to fit in the new smaller interface surface and | David Reid | 2013-11-18 | 2 | -70/+15 | |
| | | | | | | | | correct method names on interfaces. | |||||
* | | flesh out method definitions. | David Reid | 2013-11-18 | 1 | -9/+65 | |
| | | ||||||
* | | Move register so it can be used by cryptography.hazmat.bindings.interfaces. | David Reid | 2013-11-18 | 2 | -1/+66 | |
|/ | ||||||
* | Simple macros | cyli | 2013-11-17 | 1 | -1/+37 | |
| | ||||||
* | Also remove teh ciphers specific class | Alex Gaynor | 2013-11-13 | 1 | -65/+57 | |
| | ||||||
* | Remove the hash and hmac specific classes, now that the logic is the Context ↵ | Alex Gaynor | 2013-11-13 | 1 | -24/+10 | |
| | | | | classes they don't really add value | |||||
* | Remove unnecesary slice bounds | Alex Gaynor | 2013-11-12 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into hmac-context-from-backend | David Reid | 2013-11-12 | 1 | -38/+48 | |
|\ | | | | | | | | | | | Conflicts: cryptography/hazmat/bindings/openssl/backend.py cryptography/hazmat/primitives/hmac.py | |||||
| * | Merge pull request #251 from alex/dont-query-openssl | David Reid | 2013-11-12 | 1 | -4/+3 | |
| |\ | | | | | | | Don't query OpenSSL for block sizes, we already know them | |||||
| | * | Don't query OpenSSL for block sizes, we already know them | Alex Gaynor | 2013-11-12 | 1 | -4/+3 | |
| | | | ||||||
| * | | Drop random support for weird inheritance | Alex Gaynor | 2013-11-12 | 1 | -3/+0 | |
| |/ | ||||||
| * | Reflow Hashes.supported. | David Reid | 2013-11-12 | 1 | -3/+4 | |
| | | ||||||
| * | Get a HashContext from the backend like we do a CipherContext | David Reid | 2013-11-12 | 1 | -30/+44 | |
| | | ||||||
* | | Don't use self.__class__ | David Reid | 2013-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Get a HashContext from the hmac backend like we do a CipherContext | David Reid | 2013-11-12 | 1 | -29/+51 | |
|/ | ||||||
* | Simple function declarations (no callbacks) | cyli | 2013-11-11 | 1 | -0/+55 | |
| | ||||||
* | Handle customizations in another PR as per @alex | cyli | 2013-11-11 | 1 | -25/+0 | |
| | ||||||
* | Remove the two declarations that are not in 0.9.8 | cyli | 2013-11-11 | 1 | -2/+0 | |
| | ||||||
* | Add all the variable declarations (and customizations necessary to make them ↵ | cyli | 2013-11-11 | 1 | -0/+123 | |
| | | | | work) for ssl.py | |||||
* | ARC4 support | Paul Kehrer | 2013-11-07 | 1 | -1/+6 | |
| | ||||||
* | Merge pull request #226 from reaperhulk/blockcipher-rename | David Reid | 2013-11-06 | 1 | -2/+4 | |
|\ | | | | | Reorganize Block Cipher | |||||
| * | block cipher rename | Paul Kehrer | 2013-11-06 | 1 | -2/+4 | |
| | | | | | | | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms | |||||
* | | Fixed | Alex Gaynor | 2013-11-05 | 2 | -2/+25 | |
| | | ||||||
* | | flake8 | Alex Gaynor | 2013-11-05 | 1 | -1/+2 | |
| | | ||||||
* | | Handle GCM not beign around | Alex Gaynor | 2013-11-05 | 1 | -3/+12 | |
| | | ||||||
* | | Belongs to last commit | Alex Gaynor | 2013-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed compatibility for hmac | Alex Gaynor | 2013-11-05 | 2 | -3/+24 | |
| | | ||||||
* | | Fix | Alex Gaynor | 2013-11-05 | 1 | -2/+3 | |
| | | ||||||
* | | Initial stab at fixing the first broken function | Alex Gaynor | 2013-11-05 | 23 | -5/+86 | |
|/ | ||||||
* | Merge branch 'master' into more-error-condition | Alex Gaynor | 2013-11-04 | 1 | -12/+24 | |
|\ | | | | | | | | | Conflicts: tests/hazmat/bindings/test_openssl.py | |||||
| * | Moved the cffi attributes on the OpenSSL backend to be class attributes, so ↵ | Alex Gaynor | 2013-11-04 | 1 | -12/+24 | |
| | | | | | | | | they're shared between all isntances | |||||
* | | Replaced an assertion in the OpenSSL backend with a proper exception | Alex Gaynor | 2013-11-03 | 1 | -1/+3 | |
|/ | ||||||
* | Changed excpetion name based on feedback from dreid | Alex Gaynor | 2013-11-02 | 1 | -2/+2 | |
| | ||||||
* | Document and implement the public API for when the backend doesn't support ↵ | Alex Gaynor | 2013-11-02 | 1 | -3/+7 | |
| | | | | the requested algorithm | |||||
* | disable support for CAST5 modes excepting ECB | Paul Kehrer | 2013-10-31 | 1 | -6/+5 | |
| | ||||||
* | CAST5 support + ECB vectors | Paul Kehrer | 2013-10-31 | 1 | -1/+7 | |
| | ||||||
* | blowfish support + test vectors | Paul Kehrer | 2013-10-31 | 1 | -1/+7 | |
| | | | | | Vectors sourced from https://www.schneier.com/code/vectors.txt but reformatted to comply with our NIST loader | |||||
* | 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 | |||||
* | address initial review comments | Paul Kehrer | 2013-10-28 | 1 | -2/+1 | |
| | ||||||
* | cleanup context after finalizing | Paul Kehrer | 2013-10-28 | 1 | -0/+1 | |
| | ||||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+40 | |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | |||||
* | Move the module name to it's own variable | Donald Stufft | 2013-10-28 | 1 | -4/+4 | |
| | ||||||
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 25 | -0/+1589 | |