Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | | | | Update docs | Alex Stapleton | 2014-04-02 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Ed25519 test vectors | Alex Stapleton | 2014-04-02 | 1 | -0/+1024 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #879 from public/ecdsa-vectors | Paul Kehrer | 2014-04-02 | 13 | -3/+31814 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ECDSA vectors from NIST CAVP | |||||
| * | | | | Update docs | Alex Stapleton | 2014-04-02 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | FIPS 186-3 ECDSA CAVP vectors | Alex Stapleton | 2014-04-02 | 6 | -0/+25558 | |
| | | | | | ||||||
| * | | | | FIPS 186-2 ECDSA CAVP vectors | Alex Stapleton | 2014-04-02 | 6 | -0/+6254 | |
|/ / / / | ||||||
* | | | | Merge pull request #876 from public/unsupported-algorithm-asym-tags | Paul Kehrer | 2014-04-01 | 5 | -13/+24 | |
|\ \ \ \ | |/ / / |/| | | | Extra UnsupportedAlgorithm reason tags | |||||
| * | | | fix pep8 errors | Alex Stapleton | 2014-04-01 | 2 | -3/+1 | |
| | | | | ||||||
| * | | | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM | Alex Stapleton | 2014-04-01 | 3 | -6/+16 | |
| | | | | ||||||
| * | | | Add _Reasons.UNSUPPORTED_MGF | Alex Stapleton | 2014-04-01 | 3 | -4/+7 | |
|/ / / | ||||||
* | | | Merge pull request #869 from skeuomorf/dsa-private-key | Paul Kehrer | 2014-03-31 | 3 | -3/+351 | |
|\ \ \ | | | | | | | | | Add DSA private key api, docs and tests | |||||
| * | | | Add DSA private key api, docs and tests | Mohammed Attia | 2014-03-30 | 3 | -3/+351 | |
|/ / / | ||||||
* | | | Merge pull request #870 from skeuomorf/dsa-public-key | Paul Kehrer | 2014-03-30 | 3 | -0/+193 | |
|\ \ \ | | | | | | | | | Add DSA public key api, docs and tests | |||||
| * | | | Add DSA public key api, docs and tests | Mohammed Attia | 2014-03-30 | 3 | -0/+193 | |
| | | | | ||||||
* | | | | Merge pull request #871 from Ayrx/add-skip-test | Alex Gaynor | 2014-03-29 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | Add test skip if CipherBackend is not supported | |||||
| * | | | Add test skip if interfaces.Mode is not supported | Ayrx | 2014-03-30 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #868 from skeuomorf/dsa-parameters | Paul Kehrer | 2014-03-29 | 4 | -0/+351 | |
|\ \ \ | | | | | | | | | Add DSA parameters api, docs and tests | |||||
| * | | | Add DSA parameters api, docs and tests | Mohammed Attia | 2014-03-30 | 4 | -0/+351 | |
| | | | | ||||||
* | | | | Merge pull request #867 from public/ecdsa-bindings | Paul Kehrer | 2014-03-29 | 2 | -0/+131 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ECDSA bindings | |||||
| * | | ECDSA bindings | Alex Stapleton | 2014-03-29 | 2 | -0/+131 | |
| | | | ||||||
* | | | Merge pull request #866 from reaperhulk/expand-pkcs1-loader | Alex Gaynor | 2014-03-29 | 2 | -2/+223 | |
|\ \ \ | | | | | | | | | Expand pkcs1 loader to support OAEP as well | |||||
| * | | | expand pkcs1 loader to support OAEP as well | Paul Kehrer | 2014-03-29 | 2 | -2/+223 | |
| | | | | ||||||
* | | | | Merge pull request #865 from reaperhulk/new-evp-pkey-functions | Alex Gaynor | 2014-03-29 | 1 | -0/+35 | |
|\ \ \ \ | |/ / / |/| | | | add EVP_PKEY encrypt/decrypt functions | |||||
| * | | | workaround 0.9.8 madness by creating our own madness | Paul Kehrer | 2014-03-29 | 1 | -10/+29 | |
| | | | | ||||||
| * | | | add EVP_PKEY encrypt/decrypt functions | Paul Kehrer | 2014-03-29 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | Merge pull request #864 from public/code-review-docs | Paul Kehrer | 2014-03-29 | 1 | -6/+10 | |
|\ \ \ | |/ / |/| | | Make code review docs friendlier | |||||
| * | | Make code review docs friendlier | Alex Stapleton | 2014-03-29 | 1 | -6/+10 | |
|/ / |