aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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 t...Alex Gaynor2013-11-041-12/+24
* | | Merge pull request #213 from reaperhulk/arc4-vectorsDavid Reid2013-11-047-0/+1761
|\ \ \
| * | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 docsAlex Gaynor2013-11-031-0/+2
* | | | Merge pull request #217 from alex/glossaryHynek Schlawack2013-11-032-0/+31
|\ \ \ \ | |/ / / |/| | |
| * | | 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 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
|\ \
| * | Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-025-11/+11
| * | pep8Alex Gaynor2013-11-021-0/+1
| * | Document and implement the public API for when the backend doesn't support th...Alex Gaynor2013-11-026-3/+52
|/ /
* | Merge pull request #211 from alex/stream-ciphersDavid Reid2013-11-011-1/+8
|\ \
| * | better englishAlex Gaynor2013-11-011-2/+2
| * | For exampleAlex Gaynor2013-11-011-3/+4
| * | Document how this returns bytesAlex Gaynor2013-11-011-1/+7
* | | 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