aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the module renamingAlex Gaynor2013-11-071-7/+7
* Merge branch 'master' into fernetAlex Gaynor2013-11-0759-129/+2308
|\
| * Merge pull request #231 from dreid/mode-interface-propertiesAlex Gaynor2013-11-075-3/+87
| |\
| | * Mention return types.David Reid2013-11-071-2/+2
| | * Consistently use e.g.David Reid2013-11-071-2/+2
| | * Module documentation.David Reid2013-11-071-1/+1
| | * Single space.David Reid2013-11-071-2/+2
| | * Add a new Mode interface to document mode.name and start on some prose docs f...David Reid2013-11-075-0/+76
| | * Proper name for the iv thing.David Reid2013-11-061-1/+1
| | * Actually note the properties for cipher modes types on their ABCs.David Reid2013-11-061-2/+10
| * | Merge pull request #233 from alex/better-cbc-docsHynek Schlawack2013-11-071-3/+23
| |\ \ | | |/ | |/|
| | * TypoAlex Gaynor2013-11-071-1/+1
| | * Be really explicit about what's good and badAlex Gaynor2013-11-071-3/+23
| |/
| * Merge pull request #229 from dreid/dont-silence-apt-failuresAlex Gaynor2013-11-062-9/+29
| |\
| | * Get the package name right.David Reid2013-11-061-1/+1
| | * Fix stupid shell syntax error.David Reid2013-11-061-1/+1
| | * Use a script so you can write something resembling real code and reason about...David Reid2013-11-062-9/+29
| | * Don't silence any failures.David Reid2013-11-061-4/+4
| * | Merge pull request #228 from alex/use-sphinx-linkDavid Reid2013-11-061-1/+1
| |\ \ | | |/ | |/|
| | * Refer to the sphinx site, rather than the docutils one, for a reST primerAlex Gaynor2013-11-061-1/+1
| |/
| * Merge pull request #226 from reaperhulk/blockcipher-renameDavid Reid2013-11-0615-81/+86
| |\
| | * re-add base.pyPaul Kehrer2013-11-063-45/+59
| | * update docsPaul Kehrer2013-11-061-14/+13
| | * rename cipher to algorithm within the Cipher objectPaul Kehrer2013-11-061-4/+6
| | * block cipher renamePaul Kehrer2013-11-0614-117/+107
| * | Merge pull request #225 from alex/0.9.8-fixesDonald Stufft2013-11-0526-33/+163
| |\ \ | | |/ | |/|
| | * kikc ciAlex Gaynor2013-11-051-1/+1
| | * Removed allow_failuresAlex Gaynor2013-11-051-13/+0
| | * DOn't fail tox on coverageAlex Gaynor2013-11-051-1/+1
| | * Put this back in the readmeAlex Gaynor2013-11-051-1/+5
| | * Added coveralls backAlex Gaynor2013-11-051-1/+4
| | * FixedAlex Gaynor2013-11-052-2/+25
| | * flake8Alex Gaynor2013-11-051-1/+2
| | * Handle GCM not beign aroundAlex Gaynor2013-11-051-3/+12
| | * Belongs to last commitAlex Gaynor2013-11-051-1/+1
| | * Fixed compatibility for hmacAlex Gaynor2013-11-052-3/+24
| | * FixAlex Gaynor2013-11-051-2/+3
| | * Initial stab at fixing the first broken functionAlex Gaynor2013-11-0523-5/+86
| |/
| * Merge pull request #224 from dreid/openssl098-travisAlex Gaynor2013-11-051-2/+28
| |\
| | * Fix allow failures and only update once.David Reid2013-11-051-14/+15
| | * Allow failures.David Reid2013-11-051-0/+13
| | * This check didn't work correctly because libssl-dev doesn't install the userl...David Reid2013-11-051-3/+0
| | * String correctly.David Reid2013-11-051-1/+3
| | * Extra yes and check for expected openssl version.David Reid2013-11-051-1/+2
| | * First crack at building w/ openssl 0.9.8 on travis.David Reid2013-11-051-0/+12
| |/
| * Merge pull request #216 from alex/more-error-conditionDavid Reid2013-11-042-1/+26
| |\
| | * 79 colsAlex Gaynor2013-11-041-1/+3
| | * Replace assumption with some fakesAlex Gaynor2013-11-041-7/+12
| | * Merge branch 'master' into more-error-conditionAlex Gaynor2013-11-0414-16/+1828
| | |\ | | |/ | |/|
| * | Merge pull request #221 from alex/move-ffi-to-classDavid Reid2013-11-042-13/+30
| |\ \