Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into block-cipher-decrypt | Paul Kehrer | 2013-10-21 | 3 | -15/+79 | |
| |\ | ||||||
| * | | address review comments | Paul Kehrer | 2013-10-21 | 2 | -57/+54 | |
| | | | | | | | | | | | | | | | | | | * inline some methods * refactor enc/dec classes * modify docs | |||||
| * | | further simplify context objects | Paul Kehrer | 2013-10-21 | 1 | -38/+29 | |
| | | | ||||||
| * | | modified approach to encryption/decryption contexts | Paul Kehrer | 2013-10-21 | 2 | -22/+25 | |
| | | | ||||||
| * | | block cipher decryption support | Paul Kehrer | 2013-10-21 | 3 | -41/+94 | |
| | | | | | | | | | | | | | | | | | | This is a squash of previous commits plus new ones. Ran into a pile of conflicts during the rebase and decided this was an easier way to retain a sane commit history | |||||
* | | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-21 | 1 | -1/+5 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #147 from reaperhulk/hash-improvements | Alex Gaynor | 2013-10-21 | 1 | -1/+5 | |
| |\ \ \ | | |_|/ | |/| | | 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 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | This is a frozenset these days | Alex Gaynor | 2013-10-21 | 1 | -3/+1 | |
| | | | | ||||||
* | | | | Initial working state | Alex Gaynor | 2013-10-21 | 2 | -1/+11 | |
| | | | | ||||||
* | | | | Merge branch 'master' into triple-des | Alex Gaynor | 2013-10-21 | 15 | -28/+887 | |
|\| | | | ||||||
| * | | | Merge branch 'master' into refactor-cipher-names | Alex Gaynor | 2013-10-21 | 14 | -21/+831 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | |||||
| | * | | | 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 #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 | |
| | | |/ | ||||||
| | * / | use _new and _free on EVP_CIPHER_CTX rather than initing manually | Paul Kehrer | 2013-10-20 | 2 | -4/+4 | |
| | |/ | ||||||
| | * | update method signature for hash update to be consistent with the docs | Paul Kehrer | 2013-10-19 | 1 | -2/+2 | |
| | | | ||||||
| | * | change basehash into an abc | Paul Kehrer | 2013-10-19 | 1 | -1/+5 | |
| | | | ||||||
| | * | MD5 support + documentation for all hashes | Paul Kehrer | 2013-10-19 | 1 | -0/+6 | |
| | | | ||||||
| | * | Merge pull request #128 from reaperhulk/hash-saga-whirlpool | Donald Stufft | 2013-10-19 | 1 | -0/+6 | |
| | |\ | | | | | | | | | Hash Saga Part 6 (Whirlpool support) | |||||
| | | * | Whirlpool support | Paul Kehrer | 2013-10-18 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Merge pull request #141 from reaperhulk/block-cipher-buffer-sizing | Alex Gaynor | 2013-10-19 | 2 | -3/+4 | |
| | |\ \ | | | | | | | | | | | Fix Block cipher buffer sizing | |||||
| | | * | | 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 | |
| | | |/ / | ||||||
| | * | | | Do not redefine EVP_CIPHER | cyli | 2013-10-19 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Add initial bindings | cyli | 2013-10-19 | 2 | -0/+46 | |
| | |/ / | ||||||
| | * | | 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 | |
| | |\ \ | | | | | | | | | | | Bind pkcs12. Refs #77 | |||||
| | | * \ | Merge branch 'master' into bind-pkcs12 | Alex Gaynor | 2013-10-18 | 5 | -0/+380 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | |||||
| | | * | | | Bind pkcs12. Refs #77 -- blocked by the x509 work | Alex Gaynor | 2013-10-18 | 2 | -0/+35 | |
| | | | | | | ||||||
| | * | | | | 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 (Refs #77) | |||||
| | | * | | | 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 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | Add x509 bindings (Refs #77) | |||||
| | | * | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to macros | |||||
| | | * | | | Do not redefine time_t, since asn1 already defines it. | cyli | 2013-10-18 | 1 | -2/+0 | |
| | | | | | | ||||||
| | | * | | | Add x509 bindings | cyli | 2013-10-18 | 2 | -1/+183 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #125 from reaperhulk/hash-saga-ripeness | Donald Stufft | 2013-10-18 | 1 | -0/+6 | |
| | |\ \ \ | | | |/ / | | |/| | | Hash Saga Part 5 (RIPEMD160 support) | |||||
| | | * | | ripemd160 support + long string hash test | Paul Kehrer | 2013-10-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Note that the long string hash test for RIPEMD160 adds a vector in the test. You can verify this vector (for b"a" * 1000000) on the RIPE homepage: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html | |||||
| | * | | | Merge pull request #127 from cyli/x509name | Donald Stufft | 2013-10-18 | 2 | -0/+49 | |
| | |\ \ \ | | | |/ / | | |/| | | Add x509name bindings (Refs #77) | |||||
| | | * | | Move some things from functions to macros | cyli | 2013-10-18 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | Add bindings for x509name | cyli | 2013-10-18 | 2 | -0/+47 | |
| | | |/ | ||||||
| | * | | SHA-2 family support | Paul Kehrer | 2013-10-18 | 1 | -0/+24 | |
| | | | |