aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into refactor-cipher-namesAlex Gaynor2013-10-2155-44/+17893
|\ | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
| * Merge pull request #156 from reaperhulk/openssl-hmac-bindingsAlex Gaynor2013-10-202-0/+33
| |\ | | | | | | Add HMAC bindings
| | * simplify HMAC_CTX typedefPaul Kehrer2013-10-201-2/+1
| | |
| | * Add HMAC bindingsPaul Kehrer2013-10-202-0/+34
| |/
| * Merge pull request #146 from dstufft/use-cryptography-ioAlex Gaynor2013-10-203-3/+6
| |\ | | | | | | Use the https://cryptography.io domain name
| | * Use the https://cryptography.io domain nameDonald Stufft2013-10-193-3/+6
| | |
| * | Merge pull request #149 from alex/docs-fixupsDonald Stufft2013-10-201-2/+2
| |\ \ | | | | | | | | Small fixups for the docs
| | * | Small fixups for the docsAlex Gaynor2013-10-201-2/+2
| | | |
| * | | 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
| | |/ /
| * | | Merge pull request #152 from reaperhulk/openssl-evp-cipher-new-freeAlex Gaynor2013-10-202-4/+4
| |\ \ \ | | |/ / | |/| | Use _new and _free methods on EVP_CIPHER_CTX
| | * | use _new and _free on EVP_CIPHER_CTX rather than initing manuallyPaul Kehrer2013-10-202-4/+4
| |/ /
| * | Merge pull request #130 from reaperhulk/hash-saga-thrilling-conclusion-md5Donald Stufft2013-10-195-3/+125
| |\ \ | | | | | | | | Hash Saga Part 7 (MD5 support + docs)
| | * | update method signature for hash update to be consistent with the docsPaul Kehrer2013-10-191-2/+2
| | | |
| | * | fix doc formatting and rename update param to "data"Paul Kehrer2013-10-191-6/+5
| | | |
| | * | Simplify documentationMatthew Iversen2013-10-191-99/+24
| | | |
| | * | change basehash into an abcPaul Kehrer2013-10-191-1/+5
| | | |
| | * | MD5 support + documentation for all hashesPaul Kehrer2013-10-195-0/+194
| |/ /
| * | Merge pull request #128 from reaperhulk/hash-saga-whirlpoolDonald Stufft2013-10-193-0/+38
| |\ \ | | |/ | |/| Hash Saga Part 6 (Whirlpool support)
| | * Whirlpool supportPaul Kehrer2013-10-183-0/+38
| | |
| * | Merge pull request #145 from reaperhulk/struct-styleAlex Gaynor2013-10-191-0/+10
| |\ \ | | | | | | | | Add struct style info to docs
| | * | add struct style info to docsPaul Kehrer2013-10-191-0/+10
| | | |
| * | | Merge pull request #144 from alex/security-docDonald Stufft2013-10-193-5/+15
| |\ \ \ | | |/ / | |/| | Start better documenting our security procedure
| | * | Start better documenting our security procedureAlex Gaynor2013-10-193-5/+15
| |/ /
| * | Merge pull request #143 from dstufft/require-100-coverageAlex Gaynor2013-10-194-7/+23
| |\ \ | | | | | | | | Fail tests if our coverage is less than 100%
| | * | Only execute only_if if we need toDonald Stufft2013-10-191-6/+6
| | | |
| | * | Test what happens when an invalid line is in the cryptrec vectorsDonald Stufft2013-10-192-0/+16
| | | |
| | * | Fail tests if our coverage is less than 100%Donald Stufft2013-10-191-1/+1
| |/ /
| * | Merge pull request #141 from reaperhulk/block-cipher-buffer-sizingAlex Gaynor2013-10-193-3/+15
| |\ \ | | | | | | | | Fix Block cipher buffer sizing
| | * | Unaligned block encryption testPaul Kehrer2013-10-191-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 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
| | |/ /
| * | | Merge pull request #136 from cyli/pemAlex Gaynor2013-10-192-0/+45
| |\ \ \ | | |/ / | |/| | Add bindings for pem (Refs #77)
| | * | Do not redefine EVP_CIPHERcyli2013-10-191-1/+0
| | | |
| | * | Add initial bindingscyli2013-10-192-0/+46
| |/ /
| * | Merge pull request #138 from dreid/clang-buildsAlex Gaynor2013-10-191-0/+5
| |\ \ | | | | | | | | Add clang to the build matrix.
| | * | Add clang to the build matrix.David Reid2013-10-191-0/+5
| | | |
| * | | Merge pull request #139 from alex/pkcs12-fixDavid Reid2013-10-191-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 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-1811-2/+774
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
| | * | | Bind pkcs12. Refs #77 -- blocked by the x509 workAlex Gaynor2013-10-182-0/+35
| | | | |
| * | | | Merge pull request #137 from alex/alphabetizeDonald Stufft2013-10-191-1/+1
| |\ \ \ \ | | | | | | | | | | | | Alphebetize these things.
| | * | | | 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)