aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into triple-desAlex Gaynor2013-10-211-1/+5
|\
| * Merge pull request #147 from reaperhulk/hash-improvementsAlex Gaynor2013-10-211-1/+5
| |\ | | | | | | Provide data to hash constructor + reject unicode ala hashlib
| | * Allow data to be passed in the constructor & reject unicode ala hashlibPaul Kehrer2013-10-191-1/+5
| | |
* | | This is a frozenset these daysAlex Gaynor2013-10-211-3/+1
| | |
* | | Initial working stateAlex Gaynor2013-10-212-1/+11
| | |
* | | Merge branch 'master' into triple-desAlex Gaynor2013-10-2115-28/+887
|\| |
| * | Merge branch 'master' into refactor-cipher-namesAlex Gaynor2013-10-2114-21/+831
| |\ \ | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
| | * | simplify HMAC_CTX typedefPaul Kehrer2013-10-201-2/+1
| | | |
| | * | Add HMAC bindingsPaul Kehrer2013-10-202-0/+34
| | | |
| | * | Merge pull request #150 from alex/cleanup-hash-ctxDonald Stufft2013-10-201-1/+3
| | |\ \ | | | | | | | | | | Cleanup hash ctxs when we're done with them
| | | * | Use more precise assertionsAlex Gaynor2013-10-201-2/+2
| | | | |
| | | * | Cleanup hash ctxs when we're done with themAlex Gaynor2013-10-201-0/+2
| | | |/
| | * / use _new and _free on EVP_CIPHER_CTX rather than initing manuallyPaul Kehrer2013-10-202-4/+4
| | |/
| | * update method signature for hash update to be consistent with the docsPaul Kehrer2013-10-191-2/+2
| | |
| | * change basehash into an abcPaul Kehrer2013-10-191-1/+5
| | |
| | * MD5 support + documentation for all hashesPaul Kehrer2013-10-191-0/+6
| | |
| | * Merge pull request #128 from reaperhulk/hash-saga-whirlpoolDonald Stufft2013-10-191-0/+6
| | |\ | | | | | | | | Hash Saga Part 6 (Whirlpool support)
| | | * Whirlpool supportPaul Kehrer2013-10-181-0/+6
| | | |
| | * | Merge pull request #141 from reaperhulk/block-cipher-buffer-sizingAlex Gaynor2013-10-192-3/+4
| | |\ \ | | | | | | | | | | Fix Block cipher buffer sizing
| | | * | fix #140. properly size char buffer for encryptionPaul Kehrer2013-10-191-3/+3
| | | | |
| | | * | add a macro to reduce method calls in api.pyPaul Kehrer2013-10-191-0/+1
| | | | |
| | * | | Merge pull request #131 from cyli/x509v3Alex Gaynor2013-10-192-0/+95
| | |\ \ \ | | | | | | | | | | | | Add x509v3 bindings (Refs #77)
| | | * | | Add some functions to the macros section since they changed from non-const ↵cyli2013-10-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | to const between openssl versions
| | | * | | Move macro things to macroscyli2013-10-191-2/+5
| | | | | |
| | | * | | Add bindings for x509v3cyli2013-10-192-0/+90
| | | |/ /
| | * | | Do not redefine EVP_CIPHERcyli2013-10-191-1/+0
| | | | |
| | * | | Add initial bindingscyli2013-10-192-0/+46
| | |/ /
| | * | Move these to macros, the exact type of these functions changes by deifneAlex Gaynor2013-10-191-4/+4
| | | |
| | * | Merge pull request #132 from alex/bind-pkcs12Donald Stufft2013-10-192-0/+35
| | |\ \ | | | | | | | | | | Bind pkcs12. Refs #77
| | | * \ Merge branch 'master' into bind-pkcs12Alex Gaynor2013-10-185-0/+380
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
| | | * | | Bind pkcs12. Refs #77 -- blocked by the x509 workAlex Gaynor2013-10-182-0/+35
| | | | | |
| | * | | | Alphebetize these things.Alex Gaynor2013-10-191-1/+1
| | | | | |
| | * | | | Merge pull request #135 from cyli/nidAlex Gaynor2013-10-192-0/+45
| | |\ \ \ \ | | | |_|/ / | | |/| | | Add bindings for nid (Refs #77)
| | | * | | Add bindings for nidcyli2013-10-182-0/+45
| | | | | |
| | * | | | Merge pull request #126 from cyli/x509Alex Gaynor2013-10-182-1/+189
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Add x509 bindings (Refs #77)
| | | * | | One more macro with a confusing errorcyli2013-10-181-2/+1
| | | | | |
| | | * | | Move macros to macros, and some functions that have changed between versions ↵cyli2013-10-181-21/+30
| | | | | | | | | | | | | | | | | | | | | | | | to macros
| | | * | | Do not redefine time_t, since asn1 already defines it.cyli2013-10-181-2/+0
| | | | | |
| | | * | | Add x509 bindingscyli2013-10-182-1/+183
| | | |/ /
| | * | | Merge pull request #125 from reaperhulk/hash-saga-ripenessDonald Stufft2013-10-181-0/+6
| | |\ \ \ | | | |/ / | | |/| | Hash Saga Part 5 (RIPEMD160 support)
| | | * | ripemd160 support + long string hash testPaul Kehrer2013-10-181-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/x509nameDonald Stufft2013-10-182-0/+49
| | |\ \ \ | | | |/ / | | |/| | Add x509name bindings (Refs #77)
| | | * | Move some things from functions to macroscyli2013-10-181-0/+2
| | | | |
| | | * | Add bindings for x509namecyli2013-10-182-0/+47
| | | |/
| | * | SHA-2 family supportPaul Kehrer2013-10-181-0/+24
| | | |
| | * | Merge pull request #123 from reaperhulk/hash-saga-sha1Donald Stufft2013-10-182-0/+78
| | |\ \ | | | | | | | | | | Hash Saga Part 3 (API changes + SHA1)
| | | * | change name to strPaul Kehrer2013-10-182-3/+3
| | | | |
| | | * | change api.supports_hash to take a hash class rather than a strPaul Kehrer2013-10-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This change means hash class names will be byte strings and we no longer need to encode to ascii on hashobject.name in create_hash_context
| | | * | Hash Saga Part 3 - API changes + SHA1 support + testsPaul Kehrer2013-10-182-0/+78
| | | | |
| | * | | Added bindings for pkcs7. Refs #77Alex Gaynor2013-10-182-0/+35
| | | |/ | | |/|