aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #920 from Ayrx/missing-docsAlex Stapleton2014-04-151-0/+21
|\
| * Added missing HashContext documentationAyrx2014-04-151-0/+21
|/
* Merge pull request #918 from Ayrx/cmac-bindingsAlex Stapleton2014-04-152-0/+66
|\
| * Added OpenSSL bindings for CMACAyrx2014-04-152-0/+66
|/
* Merge pull request #910 from Ayrx/cmac-vectorsPaul Kehrer2014-04-145-0/+133
|\
| * Updated vectors documentationAyrx2014-04-141-5/+1
| * Fixed wrong vectorsAyrx2014-04-133-8/+8
| * More vectorsAyrx2014-04-105-1/+120
| * Added test vectors for AES-CMACAyrx2014-04-101-0/+18
* | Merge pull request #915 from reaperhulk/travis-advancedAlex Gaynor2014-04-141-48/+0
|\ \
| * | remove some commented out codePaul Kehrer2014-04-141-5/+0
| * | update travis config to be more concisePaul Kehrer2014-04-141-46/+3
|/ /
* | Merge pull request #911 from public/ecdsa-vector-loaderPaul Kehrer2014-04-122-2/+179
|\ \
| * | ECDSA vector loaderAlex Stapleton2014-04-122-2/+179
| |/
* | Merge pull request #908 from reaperhulk/seed-supportDavid Reid2014-04-125-3/+137
|\ \ | |/ |/|
| * add SEED docs, tests, small fixesPaul Kehrer2014-04-095-3/+117
| * Adding SEED cipher algorithm to openssl backendsTaewook Kang2014-04-092-1/+21
* | Merge pull request #909 from reaperhulk/doc-improvementsAlex Gaynor2014-04-093-10/+10
|\ \ | |/ |/|
| * some small doc fixesPaul Kehrer2014-04-093-10/+10
|/
* Merge pull request #904 from reaperhulk/seed-bespoke-vectorsDonald Stufft2014-04-097-0/+372
|\
| * linkify another thingPaul Kehrer2014-04-091-1/+1
| * add headers to seed-cfb/seed-ofb filesPaul Kehrer2014-04-082-2/+8
| * botan is just as much of a word as opensslPaul Kehrer2014-04-081-0/+1
| * add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-086-0/+365
* | Merge pull request #907 from reaperhulk/move-rsa-blindingDonald Stufft2014-04-091-6/+6
|\ \
| * | move RSA blinding to rsa_cdata creation methods rather than evp_pkeyPaul Kehrer2014-04-081-6/+6
* | | Merge pull request #906 from reaperhulk/free-some-stuffDonald Stufft2014-04-091-0/+4
|\ \ \ | |/ / |/| |
| * | Free some pkey ctxes we were leakingPaul Kehrer2014-04-081-0/+4
|/ /
* | Merge pull request #905 from reaperhulk/fix-900Donald Stufft2014-04-081-24/+24
|\ \ | |/ |/|
| * Rearrange some EC stuff to be bound to the right ifdefs. fixes #900Paul Kehrer2014-04-081-24/+24
|/
* Merge pull request #903 from reaperhulk/seed-ecb-vectorsDavid Reid2014-04-083-0/+39
|\
| * add SEED CBC vectors from rfc 4196Paul Kehrer2014-04-082-0/+16
| * add SEED ECB vectors from rfc 4269Paul Kehrer2014-04-082-0/+23
* | Merge pull request #901 from Ayrx/macports-instructionsPaul Kehrer2014-04-081-5/+8
|\ \
| * | Updated instructions to use a common header for each packagerAyrx2014-04-081-15/+4
| * | .rst syntax fixKimmo Parviainen-Jalanko2014-04-081-0/+2
| * | Added instructions for instalation with OpenSSL from MacPortsKimmo Parviainen-Jalanko2014-04-081-2/+14
|/ /
* | Merge pull request #896 from alex/rst-syntaxPaul Kehrer2014-04-071-8/+8
|\ \
| * | Missing comma, whitespaceAlex Gaynor2014-04-071-8/+8
* | | Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bedPaul Kehrer2014-04-072-28/+56
|\ \ \ | |/ / |/| |
| * | Replace subclassing of six.with_metaclass with a class decoratorAlex Gaynor2014-04-072-28/+56
|/ /
* | Merge pull request #892 from reaperhulk/bn-fixAlex Gaynor2014-04-061-1/+1
|\ \ | |/ |/|
| * BN_cmp returns an int, not a BIGNUM *Paul Kehrer2014-04-051-1/+1
|/
* Merge pull request #891 from public/bn-ctx-bindingPaul Kehrer2014-04-051-0/+8
|\
| * BN_cmp macroAlex Stapleton2014-04-051-0/+1
| * BN_CTX bindingsAlex Stapleton2014-04-051-0/+7
|/
* Merge pull request #890 from alex/import-cleanupPaul Kehrer2014-04-052-7/+4
|\
| * pep8, ironyAlex Gaynor2014-04-051-1/+0
| * Some cleanups to importsAlex Gaynor2014-04-052-6/+4
* | Merge pull request #889 from public/more-ec-bindingsAlex Gaynor2014-04-051-4/+414
|\ \ | |/ |/|