aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SHA-2 family supportPaul Kehrer2013-10-183-0/+120
* Merge pull request #123 from reaperhulk/hash-saga-sha1Donald Stufft2013-10-186-1/+219
|\
| * change name to strPaul Kehrer2013-10-182-3/+3
| * change api.supports_hash to take a hash class rather than a strPaul Kehrer2013-10-184-6/+6
| * remove unneeded lambdas from testsPaul Kehrer2013-10-183-10/+10
| * Hash Saga Part 3 - API changes + SHA1 support + testsPaul Kehrer2013-10-186-1/+219
* | Merge pull request #133 from alex/bind-pkcs7Donald Stufft2013-10-182-0/+35
|\ \
| * | Added bindings for pkcs7. Refs #77Alex Gaynor2013-10-182-0/+35
* | | Merge pull request #121 from reaperhulk/hash-saga-loadersDonald Stufft2013-10-182-1/+92
|\ \ \ | |/ / |/| / | |/
| * update loader and test to handle lines with bracketsPaul Kehrer2013-10-182-1/+2
| * alphabetical import order and quote consistency...Paul Kehrer2013-10-181-10/+10
| * hash vector loader and testsPaul Kehrer2013-10-182-1/+91
* | Merge pull request #115 from dreid/asn1Donald Stufft2013-10-182-0/+122
|\ \
| * | Add a space between arguments per the style guide.David Reid2013-10-181-1/+1
| * | More whitespace for great good.David Reid2013-10-181-0/+1
| * | Move some stuff that doesn't pass verification because reasons to the MACROS ...David Reid2013-10-181-9/+15
| * | ASN1 because someone had to do it. Refs #77David Reid2013-10-182-0/+115
* | | Merge pull request #129 from alex/bind-more-evpDonald Stufft2013-10-181-0/+26
|\ \ \
| * | | Bind teh remainder of EVPAlex Gaynor2013-10-181-0/+26
|/ / /
* | | Merge pull request #122 from alex/mongodb-fixedDavid Reid2013-10-181-3/+0
|\ \ \ | |_|/ |/| |
| * | Allegedly MongoDB fixed itselfAlex Gaynor2013-10-181-3/+0
|/ /
* | Merge pull request #120 from alex/fix-mongo-right-wayDonald Stufft2013-10-181-1/+4
|\ \
| * | Fix this in the right wayAlex Gaynor2013-10-181-1/+4
* | | Merge pull request #119 from reaperhulk/openssl-evp-md-bindingsAlex Gaynor2013-10-181-0/+12
|\ \ \
| * | | add OpenSSL EVP_MD* functions for upcoming cryptographic hash supportPaul Kehrer2013-10-181-0/+12
| | |/ | |/|
* | | Merge pull request #118 from alex/document-c-style-guideDavid Reid2013-10-181-2/+44
|\ \ \ | |_|/ |/| |
| * | DOcument the use of spaces hereAlex Gaynor2013-10-181-0/+9
| * | Document our style guide for C bindingsAlex Gaynor2013-10-181-2/+35
| |/
* | Merge pull request #117 from alex/mongodb-is-badDonald Stufft2013-10-181-1/+1
|\ \ | |/ |/|
| * Fix?Alex Gaynor2013-10-181-1/+1
| * Silence failures here because MongoDB's apt-repo broke stuffAlex Gaynor2013-10-181-1/+1
|/
* Merge pull request #80 from reaperhulk/evp-mdDavid Reid2013-10-1824-0/+16415
|\
| * remove raw whirlpool vectors (formatted vectors already committed)Paul Kehrer2013-10-181-73/+0
| * Added MD5 test vectors from RFC 1321 (http://www.ietf.org/rfc/rfc1321.txt)Paul Kehrer2013-10-011-0/+29
| * add ISO/IEC 10118-3 test vectors for RIPEMD160 and Whirlpool.Paul Kehrer2013-10-013-0/+178
| * SHA test vectors (byte oriented) from NISTPaul Kehrer2013-09-3021-0/+16281
* | Merge pull request #113 from alex/remove-nameDonald Stufft2013-10-172-16/+1
|\ \
| * | Removed name fro BlockCipher -- it's arbitrarily based on the format openssl ...Alex Gaynor2013-10-172-16/+1
|/ /
* | Merge pull request #111 from reaperhulk/abc-decoratorsAlex Gaynor2013-10-171-6/+11
|\ \
| * | change abstract base class registration to use a decorator in modesPaul Kehrer2013-10-171-6/+11
|/ /
* | Merge pull request #104 from reaperhulk/ctr-supportAlex Gaynor2013-10-178-0/+59
|\ \
| * | additional doc work on ctrPaul Kehrer2013-10-171-8/+7
| * | ctr doc language take 3Paul Kehrer2013-10-171-8/+14
| * | remove confusing explanation about reusing nonce in counter mode docsPaul Kehrer2013-10-171-3/+1
| * | update docs to roughly describe many time pad attack & link cbcPaul Kehrer2013-10-171-2/+5
| * | AES Counter supportPaul Kehrer2013-10-178-0/+53
|/ /
* | Merge pull request #107 from alex/ignore-htmlcovDonald Stufft2013-10-161-0/+1
|\ \
| * | Ignore the htmlcov dirAlex Gaynor2013-10-161-0/+1
* | | Merge pull request #106 from alex/duplication-reductionDonald Stufft2013-10-169-429/+349
|\ \ \
| * | | flake8 fixesAlex Gaynor2013-10-163-3/+6