Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add SEED CFB/OFB bespoke vectors and documentation | Paul Kehrer | 2014-04-08 | 6 | -0/+365 |
| | |||||
* | 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 | ||||
| * | | | deprecation cycle post-release instructions | Paul Kehrer | 2014-04-02 | 1 | -0/+3 |
| | | | | |||||
| * | | | DummyMGF needs a _salt_length too | Paul Kehrer | 2014-04-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | move DeprecatedIn04 to utils, some kwargs changes | Paul Kehrer | 2014-04-02 | 4 | -8/+8 |
| | | | | |||||
| * | | | address review comments | Paul Kehrer | 2014-04-02 | 4 | -9/+18 |
| | | | | |||||
| * | | | move salt_length from MGF1 to PSS and start deprecation cycle | Paul Kehrer | 2014-04-02 | 6 | -77/+170 |
| | | | | |||||
* | | | | Merge pull request #886 from skeuomorf/rsa-docs | Alex Gaynor | 2014-04-03 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | Remove 'Must be at least 512.' statement from RSA's docs | ||||
| * | | | Remove 'Must be at least 512.' statement from RSA's docs | Mohammed Attia | 2014-04-03 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #884 from reaperhulk/post-release-tasks | Alex Gaynor | 2014-04-02 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | add new post-release tasks section | ||||
| * | | | some updates to please the spellchecker | Paul Kehrer | 2014-04-02 | 1 | -3/+3 |
| | | | | |||||
| * | | | add new post-release tasks section to help release managers | Paul Kehrer | 2014-04-02 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #882 from alex/book | Paul Kehrer | 2014-04-02 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Recommend @lvh's book | ||||
| * | | | | Recommend @lvh's book | Alex Gaynor | 2014-04-02 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernalia | Alex Gaynor | 2014-04-02 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Bind a few APIs related to X509_STORE_CTX structures. | ||||
| * | | | | Bind a few APIs related to X509_STORE_CTX structures. | Jean-Paul Calderone | 2014-04-02 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #872 from saschpe/master-platlib-installation | Donald Stufft | 2014-04-02 | 1 | -18/+34 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add custom 'install' command class | ||||
| * | | | | Add custom 'install' command class | Sascha Peilicke | 2014-04-01 | 1 | -18/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFFIBuild adds ext_modules late in the configuration phase. However, distutils default 'install' command also parses setup.py and thus misses that cffi contains several extension modules rather than being pure. As a consequence, add a CFFIInstall with a proper finalize_options method and use it. | ||||
* | | | | | Merge pull request #880 from public/ed25519-vectors | Alex Gaynor | 2014-04-02 | 2 | -0/+1026 |
|\ \ \ \ \ | | | | | | | | | | | | | Ed25519 vectors |