aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass around a backendAlex Gaynor2013-11-071-5/+6
* Include the licenseAlex Gaynor2013-11-022-0/+26
* Update for new APIAlex Gaynor2013-11-011-4/+4
* Merge branch 'master' into fernetAlex Gaynor2013-11-0123-150/+755
|\
| * Merge pull request #212 from dreid/primitive-hmacAlex Gaynor2013-11-015-65/+46
| |\
| | * Encode Reasons.David Reid2013-11-011-1/+1
| | * TypeErrors are pretty cool, there are lot of reasons you get them.David Reid2013-11-011-1/+1
| | * Update documentationDavid Reid2013-11-011-11/+10
| | * Enforce HMAC taking an instance of HashAlgorithmDavid Reid2013-11-013-10/+16
| | * Remove unused import.David Reid2013-11-011-2/+0
| | * Strip down the HMAC interface to be HashContext.David Reid2013-11-013-44/+22
| * | Merge pull request #210 from alex/docs-fixDavid Reid2013-11-011-0/+1
| |\ \ | | |/ | |/|
| | * fixed renderingAlex Gaynor2013-11-011-0/+1
| |/
| * Merge pull request #200 from dreid/primitive-hashesAlex Gaynor2013-11-017-83/+139
| |\
| | * Improve Hash documentation.David Reid2013-11-011-3/+12
| | * Inline _copy_ctxDavid Reid2013-10-311-4/+1
| | * Enforce that Hash takes a HashAlgorithm instance.David Reid2013-10-314-29/+32
| | * Fix python3 compat for the hash_test.David Reid2013-10-311-2/+3
| | * Update documentationDavid Reid2013-10-311-8/+5
| | * Merge branch 'master' into primitive-hashesDavid Reid2013-10-31238-347/+336
| | |\
| | * | Fix python3 compatibility and pep8David Reid2013-10-302-3/+3
| | * | Ignore abstractproperty.David Reid2013-10-301-0/+1
| | * | Reduce the surface of the primitive hash interface. Add more interfaces, dro...David Reid2013-10-304-46/+94
| * | | Merge pull request #202 from reaperhulk/cast128-cipherAlex Gaynor2013-10-316-3/+106
| |\ \ \
| | * | | disable support for CAST5 modes excepting ECBPaul Kehrer2013-10-311-6/+5
| | * | | add CAST5 docsPaul Kehrer2013-10-311-1/+9
| | * | | CAST5 support + ECB vectorsPaul Kehrer2013-10-315-2/+98
| * | | | Merge pull request #207 from dreid/temp-disable-coverage-on-pypyAlex Gaynor2013-10-311-0/+5
| |\ \ \ \
| | * | | | Disable coverage on pypy temporarily.David Reid2013-10-311-0/+5
| * | | | | Merge pull request #208 from reaperhulk/skip-check-blowfishDavid Reid2013-10-311-0/+16
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | add skipif checks for blowfishPaul Kehrer2013-10-311-0/+16
| |/ / / /
| * | | | Merge pull request #201 from reaperhulk/bf-supportAlex Gaynor2013-10-319-2/+445
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | move blowfish docs to new weak ciphers section, linkify aesPaul Kehrer2013-10-311-1/+11
| | * | | add bf docsPaul Kehrer2013-10-311-0/+9
| | * | | add blowfish cipher key_size testsPaul Kehrer2013-10-311-1/+14
| | * | | blowfish support + test vectorsPaul Kehrer2013-10-317-1/+412
| | | |/ | | |/|
* | | | flake8Alex Gaynor2013-10-311-1/+3
* | | | py3k fixesAlex Gaynor2013-10-311-2/+2
* | | | Be C99Alex Gaynor2013-10-311-2/+3
* | | | write more readablyAlex Gaynor2013-10-311-3/+1
* | | | Moved constant_time_compare to be CAlex Gaynor2013-10-311-12/+22
* | | | py3k uses a different exception hereAlex Gaynor2013-10-311-1/+2
* | | | Merge branch 'master' into fernetAlex Gaynor2013-10-312-24/+2
|\| | |
| * | | Merge pull request #205 from reaperhulk/simplify-testsAlex Gaynor2013-10-312-24/+2
| |\ \ \
| | * | | simplify some test class structurePaul Kehrer2013-10-312-24/+2
| | |/ /
* | | | A test for roundtrippingAlex Gaynor2013-10-311-0/+7
* | | | Fixed pep8 issuesAlex Gaynor2013-10-312-8/+10
* | | | Merge branch 'master' into fernetAlex Gaynor2013-10-312-1/+7
|\| | |
| * | | Merge pull request #206 from alex/py3pep8David Reid2013-10-312-1/+7
| |\ \ \ | | |/ / | |/| |
| | * | Added a tox/travis just for running flake8 under py3kAlex Gaynor2013-10-312-1/+7
| |/ /