aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into triple-desAlex Gaynor2013-10-221-1/+3
|\
| * Merge pull request #162 from alex/document-constructorHynek Schlawack2013-10-221-1/+3
| |\ | | | | | | Document `data` parameter to the BaseHash constructor
| | * Document this parameter to the constructorAlex Gaynor2013-10-211-1/+3
| |/
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-216-10/+32
|\|
| * Merge pull request #147 from reaperhulk/hash-improvementsAlex Gaynor2013-10-213-2/+19
| |\ | | | | | | Provide data to hash constructor + reject unicode ala hashlib
| | * Allow data to be passed in the constructor & reject unicode ala hashlibPaul Kehrer2013-10-193-2/+19
| | |
| * | Merge pull request #161 from alex/flake8David Reid2013-10-213-8/+10
| |\ \ | | | | | | | | Enable all the flake8
| | * | Enable all the flake8Alex Gaynor2013-10-213-8/+10
| |/ /
| * | Merge pull request #160 from alex/lint-setupDavid Reid2013-10-211-1/+4
| |\ \ | | | | | | | | Lint setup.py
| | * | Also ignore eggsAlex Gaynor2013-10-211-1/+1
| | | |
| | * | Better wayAlex Gaynor2013-10-211-1/+4
| | | |
| | * | Lint setup.pyAlex Gaynor2013-10-211-1/+1
| |/ /
* | | This is a frozenset these daysAlex Gaynor2013-10-211-3/+1
| | |
* | | 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
| |\ \ | | | | | | | | [WIP] Refactor how cipher names are computed
| | * \ 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
| | | |