Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #146 from dstufft/use-cryptography-io | Alex Gaynor | 2013-10-20 | 3 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 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 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | 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 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | 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 | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | Unaligned block encryption test | Paul Kehrer | 2013-10-19 | 1 | -0/+11 | |
| * | | | | 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 some functions to the macros section since they changed from non-const to... | cyli | 2013-10-19 | 1 | -2/+4 | |
| * | | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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. | 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 deifne | Alex Gaynor | 2013-10-19 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #132 from alex/bind-pkcs12 | Donald Stufft | 2013-10-19 | 2 | -0/+35 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into bind-pkcs12 | Alex Gaynor | 2013-10-18 | 11 | -2/+774 | |
| |\ \ \ \ | ||||||
| * | | | | | Bind pkcs12. Refs #77 -- blocked by the x509 work | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
* | | | | | | Merge pull request #137 from alex/alphabetize | Donald Stufft | 2013-10-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Alphebetize these things. | Alex Gaynor | 2013-10-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #135 from cyli/nid | Alex Gaynor | 2013-10-19 | 2 | -0/+45 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Add bindings for nid | cyli | 2013-10-18 | 2 | -0/+45 | |
* | | | | | | Merge pull request #126 from cyli/x509 | Alex Gaynor | 2013-10-18 | 2 | -1/+189 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | One more macro with a confusing error | cyli | 2013-10-18 | 1 | -2/+1 | |
| * | | | | | Move macros to macros, and some functions that have changed between versions ... | cyli | 2013-10-18 | 1 | -21/+30 |