aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | verify that encryptor/decryptor returns CipherContext compliant interfacePaul Kehrer2013-10-221-2/+3
| * | more docsPaul Kehrer2013-10-221-4/+3
| * | fix doc test failurePaul Kehrer2013-10-221-1/+1
| * | exclude abstractmethod decorator from coveragePaul Kehrer2013-10-221-0/+4
| * | fix typo and show result of decryption in docsPaul Kehrer2013-10-221-2/+2
| * | Create CipherContext interface & document itPaul Kehrer2013-10-214-24/+57
| * | remove unneeded import...whoopsPaul Kehrer2013-10-211-2/+0
| * | rename variables in encrypt/decrypt examplePaul Kehrer2013-10-211-4/+4
| * | remove enum requirement now that we're not using enumPaul Kehrer2013-10-211-3/+0
| * | Merge branch 'master' into block-cipher-decryptPaul Kehrer2013-10-216-21/+103
| |\ \
| * | | address review commentsPaul Kehrer2013-10-214-78/+79
| * | | further simplify context objectsPaul Kehrer2013-10-211-38/+29
| * | | modified approach to encryption/decryption contextsPaul Kehrer2013-10-212-22/+25
| * | | update docs to reflect new encryptor APIPaul Kehrer2013-10-211-1/+2
| * | | block cipher decryption supportPaul Kehrer2013-10-215-66/+132
| | |/ | |/|
* | | Merge pull request #108 from alex/triple-desDonald Stufft2013-10-225-2/+154
|\ \ \
| * | | grammarAlex Gaynor2013-10-221-1/+1
| * | | 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 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
|\ \ \ \
| * | | | 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 flake8Alex Gaynor2013-10-213-8/+10
|/ / / / /
* | | | | Merge pull request #160 from alex/lint-setupDavid Reid2013-10-211-1/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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
|\ \ \ \
| * \ \ \ 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
|/ / / /