Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | |||||
| * | | | | Merge pull request #131 from cyli/x509v3 | Alex Gaynor | 2013-10-19 | 2 | -0/+95 |
| |\ \ \ \ | | | | | | | | | | | | | Add x509v3 bindings (Refs #77) | ||||
| | * | | | | Add some functions to the macros section since they changed from non-const ↵ | cyli | 2013-10-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | to const between openssl versions | ||||
| | * | | | | Move macro things to macros | cyli | 2013-10-19 | 1 | -2/+5 |
| | | | | | | |||||
| | * | | | | Add bindings for x509v3 | cyli | 2013-10-19 | 2 | -0/+90 |
| | |/ / / | |||||
| * | | | | Merge pull request #136 from cyli/pem | Alex Gaynor | 2013-10-19 | 2 | -0/+45 |
| |\ \ \ \ | | |/ / / | |/| | | | Add bindings for pem (Refs #77) | ||||
| | * | | | Do not redefine EVP_CIPHER | cyli | 2013-10-19 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Add initial bindings | cyli | 2013-10-19 | 2 | -0/+46 |
| |/ / / | |||||
| * | | | Merge pull request #138 from dreid/clang-builds | Alex Gaynor | 2013-10-19 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | Add clang to the build matrix. | ||||
| | * | | | Add clang to the build matrix. | David Reid | 2013-10-19 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Merge pull request #139 from alex/pkcs12-fix | David Reid | 2013-10-19 | 1 | -4/+4 |
| |\ \ \ \ | | |/ / / | |/| | | | Move these to macros, the exact type of these functions changes by deifn... | ||||
| | * | | | Move these to macros, the exact type of these functions changes by deifne | Alex Gaynor | 2013-10-19 | 1 | -4/+4 |
| |/ / / |