Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ / / | |||||
| * | | | Merge pull request #128 from reaperhulk/hash-saga-whirlpool | Donald Stufft | 2013-10-19 | 3 | -0/+38 |
| |\ \ \ | | |/ / | |/| | | Hash Saga Part 6 (Whirlpool support) | ||||
| | * | | Whirlpool support | Paul Kehrer | 2013-10-18 | 3 | -0/+38 |
| | | | | |||||
| * | | | Merge pull request #145 from reaperhulk/struct-style | Alex Gaynor | 2013-10-19 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | | | Add struct style info to docs | ||||
| | * | | | add struct style info to docs | Paul Kehrer | 2013-10-19 | 1 | -0/+10 |
| | | | | | |||||
| * | | | | Merge pull request #144 from alex/security-doc | Donald Stufft | 2013-10-19 | 3 | -5/+15 |
| |\ \ \ \ | | |/ / / | |/| | | | Start better documenting our security procedure | ||||
| | * | | | Start better documenting our security procedure | Alex Gaynor | 2013-10-19 | 3 | -5/+15 |
| |/ / / | |||||
| * | | | Merge pull request #143 from dstufft/require-100-coverage | Alex Gaynor | 2013-10-19 | 4 | -7/+23 |
| |\ \ \ | | | | | | | | | | | Fail tests if our coverage is less than 100% | ||||
| | * | | | Only execute only_if if we need to | Donald Stufft | 2013-10-19 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Test what happens when an invalid line is in the cryptrec vectors | Donald Stufft | 2013-10-19 | 2 | -0/+16 |
| | | | | | |||||
| | * | | | Fail tests if our coverage is less than 100% | Donald Stufft | 2013-10-19 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #141 from reaperhulk/block-cipher-buffer-sizing | Alex Gaynor | 2013-10-19 | 3 | -3/+15 |
| |\ \ \ | | | | | | | | | | | Fix Block cipher buffer sizing | ||||
| | * | | | Unaligned block encryption test | Paul Kehrer | 2013-10-19 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test verifies that the underlying buffer is being sized correctly by passing data into the encryption function without aligning it to the block size of the cipher. This ensures that we will get a larger return value than the initial argument from our second encrypt call. | ||||
| | * | | | fix #140. properly size char buffer for encryption | Paul Kehrer | 2013-10-19 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | add a macro to reduce method calls in api.py | Paul Kehrer | 2013-10-19 | 1 | -0/+1 |
| | | | | |