Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #253 from dreid/hash-raise-after-finalize | Alex Gaynor | 2013-11-13 | 5 | -3/+40 |
|\ | | | | | raise an exception if you try to use a HashContext after finalize is called. | ||||
| * | Accidentally less words. | David Reid | 2013-11-13 | 1 | -1/+1 |
| | | |||||
| * | Import AlreadyFinalized instead of exceptions. | David Reid | 2013-11-13 | 2 | -6/+6 |
| | | |||||
| * | Document AlreadyFinalized. | David Reid | 2013-11-13 | 2 | -2/+17 |
| | | |||||
| * | raise an exception if you try to use a HashContext after finalize is called. | David Reid | 2013-11-12 | 3 | -1/+23 |
| | | |||||
* | | Merge pull request #256 from alex/strong-docs | Paul Kehrer | 2013-11-13 | 1 | -0/+12 |
|\ \ | | | | | | | Explain ways in which we can make our docs stronger | ||||
| * | | typo | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Clearer! | Alex Gaynor | 2013-11-13 | 1 | -2/+2 |
| | | | |||||
| * | | typo fix | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Explain ways in which we can make our docs stronger | Alex Gaynor | 2013-11-13 | 1 | -0/+12 |
| | | | |||||
* | | | Merge pull request #257 from alex/hashes-break | Paul Kehrer | 2013-11-13 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Describe that hashes get real broken over time | ||||
| * | | | Describe that hashes get real broken over time | Alex Gaynor | 2013-11-13 | 1 | -0/+9 |
| |/ / | |||||
* | | | Merge pull request #255 from alex/remove-backends | David Reid | 2013-11-13 | 14 | -137/+115 |
|\ \ \ | |/ / |/| | | Remove the hash and hmac specific classes, now that the logic is the Con... | ||||
| * | | Also remove teh ciphers specific class | Alex Gaynor | 2013-11-13 | 8 | -85/+77 |
| | | | |||||
| * | | Remove the hash and hmac specific classes, now that the logic is the Context ↵ | Alex Gaynor | 2013-11-13 | 7 | -52/+38 |
|/ / | | | | | | | classes they don't really add value | ||||
* | | Merge pull request #254 from alex/contributing | Donald Stufft | 2013-11-12 | 1 | -0/+8 |
|\ \ | | | | | | | Call out the security reporting info in the CONTRIBUTING file | ||||
| * | | giv eup and use a header | Alex Gaynor | 2013-11-12 | 1 | -3/+4 |
| | | | |||||
| * | | Donald says this is good | Alex Gaynor | 2013-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Another element | Alex Gaynor | 2013-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Try this element | Alex Gaynor | 2013-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Call out the security reporting info in the CONTRIBUTING file | Alex Gaynor | 2013-11-12 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #252 from alex/silly-slice | Donald Stufft | 2013-11-12 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Remove unnecesary slice bounds | ||||
| * | | Remove unnecesary slice bounds | Alex Gaynor | 2013-11-12 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #249 from dreid/hmac-context-from-backend | Alex Gaynor | 2013-11-12 | 3 | -34/+55 |
|\ \ | |/ |/| | Get a HashContext from the hmac backend like we do a CipherContext | ||||
| * | Merge branch 'master' into hmac-context-from-backend | David Reid | 2013-11-12 | 10 | -65/+196 |
| |\ | |/ |/| | | | | | | | 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 | 2 | -4/+4 |
|\ \ | | | | | | | 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 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #250 from alex/drop-inheritance | David Reid | 2013-11-12 | 7 | -23/+9 |
|\ \ \ | |/ / |/| | | Drop random support for weird inheritance | ||||
| * | | Drop random support for weird inheritance | Alex Gaynor | 2013-11-12 | 7 | -23/+9 |
|/ / | |||||
* | | Merge pull request #248 from dreid/hash-context-from-backend | Alex Gaynor | 2013-11-12 | 3 | -37/+51 |
|\ \ | | | | | | | Get a HashContext from the backend like we do a CipherContext | ||||
| * | | 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 | 3 | -38/+51 |
| | | | |||||
* | | | Merge pull request #182 from reaperhulk/gcm-loaders | David Reid | 2013-11-12 | 2 | -1/+135 |
|\ \ \ | | | | | | | | | GCM test vector loaders + tests | ||||
| * | | | GCM loader support | Paul Kehrer | 2013-11-12 | 2 | -1/+135 |
|/ / / | |||||
| | * | Don't use self.__class__ | David Reid | 2013-11-12 | 2 | -2/+2 |
| | | | |||||
| | * | Get a HashContext from the hmac backend like we do a CipherContext | David Reid | 2013-11-12 | 3 | -36/+60 |
| |/ |/| | |||||
* | | Merge pull request #246 from alex/delete-tests | David Reid | 2013-11-12 | 1 | -151/+15 |
|\ \ | | | | | | | Simplify and make better hte tests for load_from_file | ||||
| * | | flake8 | Alex Gaynor | 2013-11-12 | 1 | -0/+1 |
| | | | |||||
| * | | fixed bytes | Alex Gaynor | 2013-11-12 | 1 | -4/+4 |
| | | | |||||
| * | | simplify | Alex Gaynor | 2013-11-12 | 1 | -11/+17 |
| | | | |||||
| * | | Simplify and make better hte tests for load_from_file | Alex Gaynor | 2013-11-12 | 1 | -154/+11 |
| |/ | |||||
* | | Merge pull request #247 from alex/fix-hash-copy | David Reid | 2013-11-12 | 2 | -1/+7 |
|\ \ | |/ |/| | Fixed using copied hashes | ||||
| * | Fixed using copied hashes | Alex Gaynor | 2013-11-12 | 2 | -1/+7 |
|/ | |||||
* | Merge pull request #244 from reaperhulk/less-loaders | Alex Gaynor | 2013-11-12 | 11 | -93/+83 |
|\ | | | | | Remove separate vector file loaders and replace with one | ||||
| * | Remove separate file loaders and replace with one | Paul Kehrer | 2013-11-11 | 11 | -93/+83 |
| | | | | | | | | All tests updated to work with the new simplified loader | ||||
* | | Merge pull request #245 from cyli/ssl_simple_function_bindings | Alex Gaynor | 2013-11-11 | 1 | -0/+55 |
|\ \ | |/ |/| | The simple function bindings for openssl ssl.h | ||||
| * | Simple function declarations (no callbacks) | cyli | 2013-11-11 | 1 | -0/+55 |
|/ | |||||
* | Merge pull request #242 from alex/ignore-nist-sections | David Reid | 2013-11-11 | 7 | -83/+27 |
|\ | | | | | Ignore the sections of the NIST files | ||||
| * | Removed some tests that are now duplicates | Alex Gaynor | 2013-11-11 | 1 | -159/+2 |
| | | |||||
| * | Ignore the sections of the NIST files | Alex Gaynor | 2013-11-11 | 7 | -33/+134 |
| | |