Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #923 from reaperhulk/rsa-interface-docs | David Reid | 2014-04-15 | 2 | -0/+58 |
|\ | | | | | Add missing sign/verify/generate docs for the RSA interfaces | ||||
| * | remove links we don't need... | Paul Kehrer | 2014-04-15 | 1 | -2/+0 |
| | | |||||
| * | add signer/verifier to the abcs | Paul Kehrer | 2014-04-15 | 1 | -0/+12 |
| | | |||||
| * | we don't need to doc generate in the interface | Paul Kehrer | 2014-04-15 | 1 | -16/+0 |
| | | |||||
| * | add missing sign/verify/generate docs for the RSA interfaces | Paul Kehrer | 2014-04-15 | 1 | -0/+64 |
| | | |||||
* | | Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests | Paul Kehrer | 2014-04-15 | 1 | -0/+10 |
|\ \ | |/ |/| | added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases | ||||
| * | added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases | Thomas Fenzl | 2014-04-15 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #920 from Ayrx/missing-docs | Alex Stapleton | 2014-04-15 | 1 | -0/+21 |
|\ | | | | | Added missing HashContext documentation | ||||
| * | Added missing HashContext documentation | Ayrx | 2014-04-15 | 1 | -0/+21 |
|/ | |||||
* | Merge pull request #918 from Ayrx/cmac-bindings | Alex Stapleton | 2014-04-15 | 2 | -0/+66 |
|\ | | | | | CMAC OpenSSL bindings | ||||
| * | Added OpenSSL bindings for CMAC | Ayrx | 2014-04-15 | 2 | -0/+66 |
|/ | |||||
* | Merge pull request #910 from Ayrx/cmac-vectors | Paul Kehrer | 2014-04-14 | 5 | -0/+133 |
|\ | | | | | Added test vectors for AES-CMAC | ||||
| * | Updated vectors documentation | Ayrx | 2014-04-14 | 1 | -5/+1 |
| | | |||||
| * | Fixed wrong vectors | Ayrx | 2014-04-13 | 3 | -8/+8 |
| | | |||||
| * | More vectors | Ayrx | 2014-04-10 | 5 | -1/+120 |
| | | |||||
| * | Added test vectors for AES-CMAC | Ayrx | 2014-04-10 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #915 from reaperhulk/travis-advanced | Alex Gaynor | 2014-04-14 | 1 | -48/+0 |
|\ \ | | | | | | | update travis config to be more concise | ||||
| * | | remove some commented out code | Paul Kehrer | 2014-04-14 | 1 | -5/+0 |
| | | | |||||
| * | | update travis config to be more concise | Paul Kehrer | 2014-04-14 | 1 | -46/+3 |
|/ / | |||||
* | | Merge pull request #911 from public/ecdsa-vector-loader | Paul Kehrer | 2014-04-12 | 2 | -2/+179 |
|\ \ | | | | | | | ECDSA vector loader | ||||
| * | | ECDSA vector loader | Alex Stapleton | 2014-04-12 | 2 | -2/+179 |
| |/ | |||||
* | | Merge pull request #908 from reaperhulk/seed-support | David Reid | 2014-04-12 | 5 | -3/+137 |
|\ \ | |/ |/| | SEED support | ||||
| * | add SEED docs, tests, small fixes | Paul Kehrer | 2014-04-09 | 5 | -3/+117 |
| | | |||||
| * | Adding SEED cipher algorithm to openssl backends | Taewook Kang | 2014-04-09 | 2 | -1/+21 |
| | | |||||
* | | Merge pull request #909 from reaperhulk/doc-improvements | Alex Gaynor | 2014-04-09 | 3 | -10/+10 |
|\ \ | |/ |/| | some small doc fixes | ||||
| * | some small doc fixes | Paul Kehrer | 2014-04-09 | 3 | -10/+10 |
|/ | |||||
* | Merge pull request #904 from reaperhulk/seed-bespoke-vectors | Donald Stufft | 2014-04-09 | 7 | -0/+372 |
|\ | | | | | add SEED CFB/OFB bespoke vectors and documentation | ||||
| * | linkify another thing | Paul Kehrer | 2014-04-09 | 1 | -1/+1 |
| | | |||||
| * | add headers to seed-cfb/seed-ofb files | Paul Kehrer | 2014-04-08 | 2 | -2/+8 |
| | | |||||
| * | botan is just as much of a word as openssl | Paul Kehrer | 2014-04-08 | 1 | -0/+1 |
| | | |||||
| * | add SEED CFB/OFB bespoke vectors and documentation | Paul Kehrer | 2014-04-08 | 6 | -0/+365 |
| | | |||||
* | | Merge pull request #907 from reaperhulk/move-rsa-blinding | Donald Stufft | 2014-04-09 | 1 | -6/+6 |
|\ \ | | | | | | | move RSA blinding to rsa_cdata creation methods rather than evp_pkey | ||||
| * | | move RSA blinding to rsa_cdata creation methods rather than evp_pkey | Paul Kehrer | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #906 from reaperhulk/free-some-stuff | Donald Stufft | 2014-04-09 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | Free some pkey ctxes we were leaking | ||||
| * | | Free some pkey ctxes we were leaking | Paul Kehrer | 2014-04-08 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #905 from reaperhulk/fix-900 | Donald Stufft | 2014-04-08 | 1 | -24/+24 |
|\ \ | |/ |/| | Rearrange some EC stuff to be bound to the right ifdefs. fixes #900 | ||||
| * | Rearrange some EC stuff to be bound to the right ifdefs. fixes #900 | Paul Kehrer | 2014-04-08 | 1 | -24/+24 |
|/ | |||||
* | Merge pull request #903 from reaperhulk/seed-ecb-vectors | David Reid | 2014-04-08 | 3 | -0/+39 |
|\ | | | | | add SEED ECB/CBC vectors | ||||
| * | add SEED CBC vectors from rfc 4196 | Paul Kehrer | 2014-04-08 | 2 | -0/+16 |
| | | |||||
| * | add SEED ECB vectors from rfc 4269 | Paul Kehrer | 2014-04-08 | 2 | -0/+23 |
| | | |||||
* | | Merge pull request #901 from Ayrx/macports-instructions | Paul Kehrer | 2014-04-08 | 1 | -5/+8 |
|\ \ | | | | | | | Macports instructions | ||||
| * | | Updated instructions to use a common header for each packager | Ayrx | 2014-04-08 | 1 | -15/+4 |
| | | | |||||
| * | | .rst syntax fix | Kimmo Parviainen-Jalanko | 2014-04-08 | 1 | -0/+2 |
| | | | |||||
| * | | Added instructions for instalation with OpenSSL from MacPorts | Kimmo Parviainen-Jalanko | 2014-04-08 | 1 | -2/+14 |
|/ / | |||||
* | | Merge pull request #896 from alex/rst-syntax | Paul Kehrer | 2014-04-07 | 1 | -8/+8 |
|\ \ | | | | | | | Missing comma, whitespace | ||||
| * | | Missing comma, whitespace | Alex Gaynor | 2014-04-07 | 1 | -8/+8 |
| | | | |||||
* | | | Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bed | Paul Kehrer | 2014-04-07 | 2 | -28/+56 |
|\ \ \ | |/ / |/| | | Replace subclassing of six.with_metaclass with a class decorator | ||||
| * | | Replace subclassing of six.with_metaclass with a class decorator | Alex Gaynor | 2014-04-07 | 2 | -28/+56 |
|/ / | |||||
* | | Merge pull request #892 from reaperhulk/bn-fix | Alex Gaynor | 2014-04-06 | 1 | -1/+1 |
|\ \ | |/ |/| | BN_cmp returns an int, not a BIGNUM * | ||||
| * | BN_cmp returns an int, not a BIGNUM * | Paul Kehrer | 2014-04-05 | 1 | -1/+1 |
|/ |