Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #739 from skeuomorf/dsa-backend | Paul Kehrer | 2014-04-05 | 4 | -3/+102 |
|\ | | | | | DSA backend | ||||
| * | Add DSABackend | Mohammed Attia | 2014-04-04 | 4 | -4/+49 |
| | | |||||
| * | Add tests for DSA parameters and key generation | Mohammed Attia | 2014-04-03 | 2 | -5/+5 |
| | | |||||
| * | 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 |
| | | |||||
* | | move DeprecatedIn04 to utils, some kwargs changes | Paul Kehrer | 2014-04-02 | 3 | -6/+6 |
| | | |||||
* | | address review comments | Paul Kehrer | 2014-04-02 | 2 | -5/+11 |
| | | |||||
* | | move salt_length from MGF1 to PSS and start deprecation cycle | Paul Kehrer | 2014-04-02 | 2 | -14/+44 |
| | | |||||
* | | 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 |
| | | |||||
* | | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM | Alex Stapleton | 2014-04-01 | 2 | -3/+7 |
| | | |||||
* | | Add _Reasons.UNSUPPORTED_MGF | Alex Stapleton | 2014-04-01 | 2 | -2/+5 |
| | | |||||
* | | Add DSA private key api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -1/+44 |
| | | |||||
* | | Add DSA public key api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+25 |
| | | |||||
* | | Merge pull request #868 from skeuomorf/dsa-parameters | Paul Kehrer | 2014-03-29 | 1 | -0/+74 |
|\ \ | | | | | | | Add DSA parameters api, docs and tests | ||||
| * | | Add DSA parameters api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+74 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 #857 from Lukasa/master | Paul Kehrer | 2014-03-28 | 1 | -0/+62 |
|\ \ | | | | | | | Add Next Protocol Negotiation functions for OpenSSL | ||||
| * | | Remove extraneous spaces. | Cory Benfield | 2014-03-28 | 1 | -10/+10 |
| | | | |||||
| * | | Add NPN functions. | Cory Benfield | 2014-03-28 | 1 | -0/+62 |
| | | | |||||
* | | | update versions for 0.4.dev1 and add boilerplate to changelog | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
| | | | |||||
* | | | bump versions and changelog for third release | Paul Kehrer | 2014-03-27 | 1 | -1/+1 |
|/ / | |||||
* | | Remove change to bindings | Alex Stapleton | 2014-03-27 | 1 | -2/+2 |
| | | |||||
* | | Fixes to @alex's comments | Alex Stapleton | 2014-03-27 | 1 | -2/+2 |
| | | |||||
* | | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 9 | -46/+87 |
| | | |||||
* | | Add additional reason tags | Alex Stapleton | 2014-03-27 | 1 | -0/+3 |
| | | |||||
* | | Address most of my own comments | Alex Stapleton | 2014-03-27 | 3 | -6/+10 |
| | | |||||
* | | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 13 | -76/+81 |
| | | |||||
* | | Add SSL_CTX method getter to fix #794 | Alex Stapleton | 2014-03-22 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #833 from reaperhulk/rsa-pss-signing | Alex Gaynor | 2014-03-21 | 1 | -10/+126 |
|\ \ | | | | | | | RSA PSS Signing | ||||
| * | | improve exception msgs, change how test_pss_signing_sha2 works | Paul Kehrer | 2014-03-20 | 1 | -4/+10 |
| | | | |||||
| * | | Merge branch 'master' into rsa-pss-signing | Paul Kehrer | 2014-03-20 | 9 | -19/+21 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: add mgf1_hash_supported unsupported hash check more concise way of generating tests switch to a lambda rename some things add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS revert one import order change a few small fixes Add ASN1_TIME_free import order fixes for future automated checking Conflicts: tests/hazmat/primitives/test_rsa.py tests/hazmat/primitives/utils.py | ||||
| * | | | document the ValueError | Paul Kehrer | 2014-03-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | never trust openssl | Paul Kehrer | 2014-03-19 | 1 | -16/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out you can't trust it to safely compute the max salt length allowed for PSS, so now we get to do it ourselves. We also check for whether the key size is large enough for the selected hash function (PSS only for now, PKCS1 coming in another PR) | ||||
| * | | | RSA PSS signature support | Paul Kehrer | 2014-03-19 | 1 | -2/+77 |
| | | | | |||||
* | | | | Merge pull request #836 from reaperhulk/netbsd-why-oh-why | Alex Gaynor | 2014-03-21 | 1 | -0/+23 |
|\ \ \ \ | | | | | | | | | | | workaround a netbsd bug where they did not compile with d1_meth.c | ||||
| * | | | | c has syntax rules too | Paul Kehrer | 2014-03-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | workaround a netbsd bug where they did not compile with d1_meth.c | Paul Kehrer | 2014-03-21 | 1 | -0/+23 |
| | |/ / | |/| | | |||||
* / | | | padding and constant time also need the cffi modulename fix | Paul Kehrer | 2014-03-21 | 2 | -12/+28 |
|/ / / | |||||
* | | | Merge pull request #829 from reaperhulk/import-order-fixer | Alex Gaynor | 2014-03-19 | 8 | -19/+20 |
|\ \ \ | | | | | | | | | import order fixes for future automated checking | ||||
| * | | | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 8 | -19/+20 |
| |/ / | |||||
* | | | Merge pull request #830 from jgiannuzzi/master | Alex Gaynor | 2014-03-19 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Add ASN1_TIME_free | ||||
| * | | Add ASN1_TIME_free | Jonathan Giannuzzi | 2014-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Required function to solve a memory leak in pyOpenSSL | ||||
* | | | Merge pull request #792 from reaperhulk/rsa-pss-verify | Alex Gaynor | 2014-03-17 | 2 | -2/+90 |
|\ \ \ | | | | | | | | | RSA PSS Verify | ||||
| * | | | change exception and improve some language | Paul Kehrer | 2014-03-17 | 1 | -4/+8 |
| | | | |