Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge pull request #241 from cyli/ssl_type_bindings | Alex Gaynor | 2013-11-11 | 1 | -0/+96 |
|\ \ | |/ |/| | Variable bindings for SSL | ||||
| * | 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 | ||||
* | | Merge pull request #240 from alex/cleanup | David Reid | 2013-11-11 | 1 | -5/+9 |
|\ \ | |/ |/| | Simplify the code by doing the filtering earlier, rather than later | ||||
| * | Simplify the code by doing the filtering earlier, rather than later | Alex Gaynor | 2013-11-11 | 1 | -5/+9 |
|/ | |||||
* | Merge pull request #214 from reaperhulk/arc4-support | David Reid | 2013-11-09 | 7 | -3/+160 |
|\ | | | | | ARC4 Support | ||||
| * | update docs to include arc4 example | Paul Kehrer | 2013-11-09 | 1 | -0/+11 |
| | | |||||
| * | Merge branch 'master' into arc4-support | Paul Kehrer | 2013-11-08 | 5 | -6/+110 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Typo Be really explicit about what's good and bad Mention return types. Consistently use e.g. Module documentation. Single space. Add a new Mode interface to document mode.name and start on some prose docs for interfaces. Proper name for the iv thing. Actually note the properties for cipher modes types on their ABCs. Conflicts: docs/hazmat/primitives/symmetric-encryption.rst | ||||
| * | | add ARC4 keysize testing | Paul Kehrer | 2013-11-07 | 1 | -1/+20 |
| | | | |||||
| * | | ARC4 support | Paul Kehrer | 2013-11-07 | 6 | -2/+129 |
| | | | |||||
* | | | Merge pull request #238 from alex/padding-only-fixes | Hynek Schlawack | 2013-11-09 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs | ||||
| * | | | Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs. | Alex Gaynor | 2013-11-09 | 2 | -2/+4 |
|/ / / | |||||
* | | | Merge pull request #237 from alex/rtd-theme | David Reid | 2013-11-08 | 3 | -5/+16 |
|\ \ \ | | | | | | | | | Try to use the sphinx rtd theme locally if it's installed | ||||
| * \ \ | Merge branch 'master' into rtd-theme | Alex Gaynor | 2013-11-08 | 4 | -10/+22 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: dev-requirements.txt |