Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #108 from alex/triple-des | Donald Stufft | 2013-10-22 | 5 | -2/+154 |
|\ | | | | | [WIP] Add TripleDES | ||||
| * | grammar | Alex Gaynor | 2013-10-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-22 | 1 | -1/+3 |
| |\ | |/ |/| | |||||
* | | Merge pull request #162 from alex/document-constructor | Hynek Schlawack | 2013-10-22 | 1 | -1/+3 |
|\ \ | | | | | | | Document `data` parameter to the BaseHash constructor | ||||
| * | | Document this parameter to the constructor | Alex Gaynor | 2013-10-21 | 1 | -1/+3 |
|/ / | |||||
| * | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-21 | 6 | -10/+32 |
| |\ | |/ |/| | |||||
* | | Merge pull request #147 from reaperhulk/hash-improvements | Alex Gaynor | 2013-10-21 | 3 | -2/+19 |
|\ \ | | | | | | | Provide data to hash constructor + reject unicode ala hashlib | ||||
| * | | Allow data to be passed in the constructor & reject unicode ala hashlib | Paul Kehrer | 2013-10-19 | 3 | -2/+19 |
| | | | |||||
* | | | Merge pull request #161 from alex/flake8 | David Reid | 2013-10-21 | 3 | -8/+10 |
|\ \ \ | | | | | | | | | Enable all the flake8 | ||||
| * | | | Enable all the flake8 | Alex Gaynor | 2013-10-21 | 3 | -8/+10 |
|/ / / | |||||
* | | | Merge pull request #160 from alex/lint-setup | David Reid | 2013-10-21 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Lint setup.py | ||||
| * | | | Also ignore eggs | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Better way | Alex Gaynor | 2013-10-21 | 1 | -1/+4 |
| | | | | |||||
| * | | | Lint setup.py | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
|/ / / | |||||
| | * | This is a frozenset these days | Alex Gaynor | 2013-10-21 | 1 | -3/+1 |
| | | | |||||
| | * | Tests for all the keysizes | Alex Gaynor | 2013-10-21 | 1 | -1/+16 |
| | | | |||||
| | * | Removed the interleaved ones | Alex Gaynor | 2013-10-21 | 1 | -48/+4 |
| | | | |||||
| | * | cfb tests | Alex Gaynor | 2013-10-21 | 1 | -1/+27 |
| | | | |||||
| | * | Fuck | Alex Gaynor | 2013-10-21 | 1 | -3/+3 |
| | | | |||||
| | * | py3k | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | These are also interleaved | Alex Gaynor | 2013-10-21 | 1 | -16/+0 |
| | | | |||||
| | * | Remove this, it's not really CBC | Alex Gaynor | 2013-10-21 | 1 | -16/+0 |
| | | | |||||
| | * | fix | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | fixes | Alex Gaynor | 2013-10-21 | 1 | -10/+14 |
| | | | |||||
| | * | KAT tests for 3des ofb | Alex Gaynor | 2013-10-21 | 1 | -0/+24 |
| | | | |||||
| | * | No need for another test function | Alex Gaynor | 2013-10-21 | 1 | -9/+0 |
| | | | |||||
| | * | TripleDES OFB MMT tests | Alex Gaynor | 2013-10-21 | 1 | -6/+34 |
| | | | |||||
| | * | pep8ification, stub classes for OFB and CFB | Alex Gaynor | 2013-10-21 | 1 | -3/+17 |
| | | | |||||
| | * | Initial working state | Alex Gaynor | 2013-10-21 | 3 | -15/+31 |
| | | | |||||
| | * | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-21 | 63 | -56/+18016 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #109 from alex/refactor-cipher-names | Donald Stufft | 2013-10-21 | 5 | -17/+68 |
|\ \ \ | | | | | | | | | [WIP] Refactor how cipher names are computed | ||||
| * \ \ | Merge branch 'master' into refactor-cipher-names | Alex Gaynor | 2013-10-21 | 55 | -44/+17893 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | ||||
* | | | | Merge pull request #156 from reaperhulk/openssl-hmac-bindings | Alex Gaynor | 2013-10-20 | 2 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | Add HMAC bindings | ||||
| * | | | | simplify HMAC_CTX typedef | Paul Kehrer | 2013-10-20 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Add HMAC bindings | Paul Kehrer | 2013-10-20 | 2 | -0/+34 |
|/ / / / | |||||
* | | | | Merge pull request #146 from dstufft/use-cryptography-io | Alex Gaynor | 2013-10-20 | 3 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | Use the https://cryptography.io domain name | ||||
| * | | | | Use the https://cryptography.io domain name | Donald Stufft | 2013-10-19 | 3 | -3/+6 |
| | | | | | |||||
* | | | | | Merge pull request #149 from alex/docs-fixups | Donald Stufft | 2013-10-20 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Small fixups for the docs | ||||
| * | | | | | Small fixups for the docs | Alex Gaynor | 2013-10-20 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #150 from alex/cleanup-hash-ctx | Donald Stufft | 2013-10-20 | 1 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Cleanup hash ctxs when we're done with them | ||||
| * | | | | | | Use more precise assertions | Alex Gaynor | 2013-10-20 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Cleanup hash ctxs when we're done with them | Alex Gaynor | 2013-10-20 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #152 from reaperhulk/openssl-evp-cipher-new-free | Alex Gaynor | 2013-10-20 | 2 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Use _new and _free methods on EVP_CIPHER_CTX | ||||
| * | | | | | use _new and _free on EVP_CIPHER_CTX rather than initing manually | Paul Kehrer | 2013-10-20 | 2 | -4/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #130 from reaperhulk/hash-saga-thrilling-conclusion-md5 | Donald Stufft | 2013-10-19 | 5 | -3/+125 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Hash Saga Part 7 (MD5 support + docs) | ||||
| * | | | | update method signature for hash update to be consistent with the docs | Paul Kehrer | 2013-10-19 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fix doc formatting and rename update param to "data" | Paul Kehrer | 2013-10-19 | 1 | -6/+5 |
| | | | | | |||||
| * | | | | Simplify documentation | Matthew Iversen | 2013-10-19 | 1 | -99/+24 |
| | | | | | |||||
| * | | | | change basehash into an abc | Paul Kehrer | 2013-10-19 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | MD5 support + documentation for all hashes | Paul Kehrer | 2013-10-19 | 5 | -0/+194 |
|/ / / / |