aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Tests for all the keysizesAlex Gaynor2013-10-211-1/+16
| | * | Removed the interleaved onesAlex Gaynor2013-10-211-48/+4
| | * | cfb testsAlex Gaynor2013-10-211-1/+27
| | * | FuckAlex Gaynor2013-10-211-3/+3
| | * | py3kAlex Gaynor2013-10-211-1/+1
| | * | These are also interleavedAlex Gaynor2013-10-211-16/+0
| | * | Remove this, it's not really CBCAlex Gaynor2013-10-211-16/+0
| | * | fixAlex Gaynor2013-10-211-1/+1
| | * | fixesAlex Gaynor2013-10-211-10/+14
| | * | KAT tests for 3des ofbAlex Gaynor2013-10-211-0/+24
| | * | No need for another test functionAlex Gaynor2013-10-211-9/+0
| | * | TripleDES OFB MMT testsAlex Gaynor2013-10-211-6/+34
| | * | pep8ification, stub classes for OFB and CFBAlex Gaynor2013-10-211-3/+17
| | * | Initial working stateAlex Gaynor2013-10-213-15/+31
| | * | Merge branch 'master' into triple-desAlex Gaynor2013-10-2163-56/+18016
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #109 from alex/refactor-cipher-namesDonald Stufft2013-10-215-17/+68
|\ \ \ \
| * \ \ \ Merge branch 'master' into refactor-cipher-namesAlex Gaynor2013-10-2155-44/+17893
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #156 from reaperhulk/openssl-hmac-bindingsAlex Gaynor2013-10-202-0/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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 nameDonald Stufft2013-10-193-3/+6
* | | | | Merge pull request #149 from alex/docs-fixupsDonald Stufft2013-10-201-2/+2
|\ \ \ \ \
| * | | | | Small fixups for the docsAlex Gaynor2013-10-201-2/+2
* | | | | | Merge pull request #150 from alex/cleanup-hash-ctxDonald Stufft2013-10-201-1/+3
|\ \ \ \ \ \
| * | | | | | 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 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
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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 docsPaul Kehrer2013-10-191-0/+10
* | | | | Merge pull request #144 from alex/security-docDonald Stufft2013-10-193-5/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | Unaligned block encryption testPaul Kehrer2013-10-191-0/+11
| * | | | 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
|\ \ \ \ \