aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Reorganize Block Cipher
| * 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
| | | | | | | | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms
* | Merge pull request #225 from alex/0.9.8-fixesDonald Stufft2013-11-0526-33/+163
|\ \ | |/ |/| [WIP] Initial stab at fixing the first broken function
| * 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
|\ | | | | First crack at building w/ openssl 0.9.8 on travis.
| * 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 ↵David Reid2013-11-051-3/+0
| | | | | | | | userland tools.
| * 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
|\ | | | | Replaced an assertion in the OpenSSL backend with a proper exception
| * 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
| |\ | |/ |/| | | | | Conflicts: tests/hazmat/bindings/test_openssl.py
* | Merge pull request #221 from alex/move-ffi-to-classDavid Reid2013-11-042-13/+30
|\ \ | | | | | | Moved the cffi attributes on the OpenSSL backend to be class attributes
| * | Rewrite this test to be goodAlex Gaynor2013-11-041-2/+4
| | |
| * | coverageAlex Gaynor2013-11-041-1/+4
| | |
| * | Moved the cffi attributes on the OpenSSL backend to be class attributes, so ↵Alex Gaynor2013-11-041-12/+24
| | | | | | | | | | | | they're shared between all isntances
* | | Merge pull request #213 from reaperhulk/arc4-vectorsDavid Reid2013-11-047-0/+1761
|\ \ \ | | | | | | | | ARC4 Vectors
| * | | add key 2 tests from rfc 6229Paul Kehrer2013-11-017-0/+882
| | | |
| * | | ARC4 vectors from RFC 6229 reformatted for NIST loaderPaul Kehrer2013-11-017-0/+879
| | | |
* | | | Merge pull request #220 from alex/docs-defaultDavid Reid2013-11-041-4/+0
|\ \ \ \ | |_|/ / |/| | | This is now the default theme on RTD
| * | | pep8 fixAlex Gaynor2013-11-041-1/+0
| | | |
| * | | This is now the default theme on RTDAlex Gaynor2013-11-041-3/+0
|/ / /
* | | Merge pull request #219 from alex/hmac-rfcHynek Schlawack2013-11-041-0/+2
|\ \ \ | | | | | | | | Refer to the RFC in the HMAC docs
| * | | Refer to the RFC in the HMAC docsAlex Gaynor2013-11-031-0/+2
| | | |
* | | | Merge pull request #217 from alex/glossaryHynek Schlawack2013-11-032-0/+31
|\ \ \ \ | |/ / / |/| | | Initial work on a glossary
| * | | Get real scaryAlex Gaynor2013-11-031-1/+2
| | | |
| * | | Began writing a glossaryAlex Gaynor2013-11-032-0/+30
| | | |
* | | | Merge pull request #218 from alex/cocDonald Stufft2013-11-031-0/+5
|\ \ \ \ | |/ / / |/| | | Document the way we strive to interact with otehrs
| * | | Document the way we strive to interact with otehrsAlex Gaynor2013-11-031-0/+5
|/ / /
| | * typo fixAlex Gaynor2013-11-031-1/+1
| | |
| | * Replaced an assertion in the OpenSSL backend with a proper exceptionAlex Gaynor2013-11-032-4/+22
| |/ |/|
* | Merge pull request #215 from alex/unsupported-cipherDavid Reid2013-11-026-3/+53
|\ \ | | | | | | Document and implement the public API for when the backend doesn't suppo...