Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|/ | ||||||
* | Merge pull request #891 from public/bn-ctx-binding | Paul Kehrer | 2014-04-05 | 1 | -0/+8 | |
|\ | | | | | BN_CTX bindings | |||||
| * | BN_cmp macro | Alex Stapleton | 2014-04-05 | 1 | -0/+1 | |
| | | ||||||
| * | BN_CTX bindings | Alex Stapleton | 2014-04-05 | 1 | -0/+7 | |
|/ | ||||||
* | Merge pull request #890 from alex/import-cleanup | Paul Kehrer | 2014-04-05 | 2 | -7/+4 | |
|\ | | | | | Some cleanups to imports | |||||
| * | pep8, irony | Alex Gaynor | 2014-04-05 | 1 | -1/+0 | |
| | | ||||||
| * | Some cleanups to imports | Alex Gaynor | 2014-04-05 | 2 | -6/+4 | |
| | | ||||||
* | | Merge pull request #889 from public/more-ec-bindings | Alex Gaynor | 2014-04-05 | 1 | -4/+414 | |
|\ \ | |/ |/| | Bindings for more EC stuff | |||||
| * | Bindings for more EC stuff | Alex Stapleton | 2014-04-05 | 1 | -4/+414 | |
| | | ||||||
* | | Merge pull request #739 from skeuomorf/dsa-backend | Paul Kehrer | 2014-04-05 | 11 | -7/+304 | |
|\ \ | | | | | | | DSA backend | |||||
| * | | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 3 | -6/+95 | |
| | | | ||||||
| * | | Add DSABackend | Mohammed Attia | 2014-04-04 | 9 | -19/+121 | |
| | | | ||||||
| * | | Add tests for DSA parameters and key generation | Mohammed Attia | 2014-04-03 | 4 | -6/+58 | |
| | | | ||||||
| * | | Add generation methods and remove the optional arguments from the backend | Mohammed Attia | 2014-04-03 | 2 | -31/+32 | |
| | | | ||||||
| * | | Add key_size to GC | Mohammed Attia | 2014-04-02 | 1 | -2/+8 | |
| | | | ||||||
| * | | Remove validation from the backend since it's already done through the API | Mohammed Attia | 2014-04-02 | 1 | -21/+2 | |
| | | | ||||||
| * | | Add basic DSA backend methods | Mohammed Attia | 2014-04-02 | 1 | -2/+68 | |
| | | | ||||||
* | | | Merge pull request #887 from public/rename-openssl-vectors | David Reid | 2014-04-03 | 7 | -0/+0 | |
|\ \ \ | | | | | | | | | Rename vectors now we have a name for this format | |||||
| * | | | Rename vectors now we have a name for this format | Alex Stapleton | 2014-04-03 | 7 | -0/+0 | |
|/ / / | ||||||
* | | | Merge pull request #883 from reaperhulk/deprecation-dance | Alex Gaynor | 2014-04-03 | 8 | -78/+183 | |
|\ \ \ | | | | | | | | | move salt_length from MGF1 to PSS and start deprecation cycle |