Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove duplicate _skip_curve_unsupported | Paul Kehrer | 2014-09-27 | 1 | -9/+1 | |
| | ||||||
* | fix test coverage on multibackend deprecated methods | Paul Kehrer | 2014-09-27 | 1 | -2/+31 | |
| | ||||||
* | skip deprecated tests on platforms that don't support ec (old rhel) | Paul Kehrer | 2014-09-27 | 1 | -0/+11 | |
| | ||||||
* | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 2 | -6/+68 | |
| | | | | fixes #1270 | |||||
* | learn to pep8 | Paul Kehrer | 2014-09-26 | 1 | -0/+1 | |
| | ||||||
* | Process curve name when loading EC keys. Fixes #1336 | Paul Kehrer | 2014-09-26 | 1 | -1/+4 | |
| | ||||||
* | Corrected tests | michael-hart | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Corrected tests | michael-hart | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 2 | -0/+8 | |
| | ||||||
* | multibacken for docs | Alex Gaynor | 2014-09-08 | 1 | -1/+17 | |
| | ||||||
* | Fix test failures | Terry Chia | 2014-07-28 | 1 | -2/+3 | |
| | ||||||
* | add missing DSABackend numbers loading methods to Multibackend | Paul Kehrer | 2014-07-18 | 1 | -0/+18 | |
| | ||||||
* | Raise ValueError if the password doesn't fit | Alex Stapleton | 2014-07-11 | 1 | -2/+19 | |
| | | | | Fixes #1235. OpenSSL only allows password up to 1024 bytes. | |||||
* | add TraditionalOpenSSLSerializationBackend to MultiBackend | Paul Kehrer | 2014-07-09 | 1 | -1/+17 | |
| | ||||||
* | change some nomenclature | Paul Kehrer | 2014-07-07 | 1 | -1/+1 | |
| | ||||||
* | add PKCS8SerializationBackend support to MultiBackend | Paul Kehrer | 2014-07-07 | 1 | -1/+16 | |
| | ||||||
* | rename the rest of the method | Paul Kehrer | 2014-07-01 | 1 | -3/+3 | |
| | ||||||
* | deprecate DSA backend methods | Paul Kehrer | 2014-06-28 | 1 | -0/+22 | |
| | ||||||
* | add multibackend support for new DSABackend method | Paul Kehrer | 2014-06-27 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #1152 from public/fedora20-ec-fix | Paul Kehrer | 2014-06-23 | 1 | -5/+0 | |
|\ | | | | | Fix EC issue on Fedora 20 | |||||
| * | Fix EC issue on Fedora 20 | Alex Stapleton | 2014-06-20 | 1 | -5/+0 | |
| | | ||||||
* | | deprecate mgf1_hash_supported. fixes #1133 | Paul Kehrer | 2014-06-20 | 1 | -1/+4 | |
|/ | ||||||
* | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 1 | -0/+38 | |
| | ||||||
* | Portable usage of subprocess w/ python3 and python2.6 fixes. | David Reid | 2014-06-13 | 1 | -6/+9 | |
| | ||||||
* | Remove outdated comment. | David Reid | 2014-06-13 | 1 | -2/+0 | |
| | ||||||
* | Fix flake8. | David Reid | 2014-06-13 | 1 | -16/+15 | |
| | ||||||
* | Attempt to better isolate this test by getting the backend name from a ↵ | David Reid | 2014-06-13 | 1 | -5/+27 | |
| | | | | subprocess. | |||||
* | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -3/+104 | |
| | ||||||
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -1/+22 | |
| | ||||||
* | pep8 | David Reid | 2014-06-03 | 1 | -1/+1 | |
| | ||||||
* | Split load_rsa_numbers into load_rsa_private_numbers and ↵ | David Reid | 2014-06-03 | 1 | -3/+13 | |
| | | | | load_rsa_public_numbers. | |||||
* | Remove trailing whitespace | David Reid | 2014-06-03 | 1 | -1/+1 | |
| | ||||||
* | Semantic conflict resolution anyone? | David Reid | 2014-06-03 | 1 | -1/+2 | |
| | ||||||
* | Add load_rsa_numbers support to MultiBackend. | David Reid | 2014-06-03 | 1 | -1/+10 | |
| | ||||||
* | add RSA private key generation restrictions to primitive layer | Paul Kehrer | 2014-05-27 | 1 | -0/+16 | |
| | ||||||
* | add generate_rsa_parameters_supported to RSABackend | Paul Kehrer | 2014-05-25 | 2 | -0/+16 | |
| | ||||||
* | Merge pull request #1077 from reaperhulk/rsa-padding-supported | Alex Stapleton | 2014-05-25 | 2 | -0/+57 | |
|\ | | | | | Add rsa_padding_supported | |||||
| * | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 2 | -0/+57 | |
| | | ||||||
* | | move some tests around to be more logical | Paul Kehrer | 2014-05-24 | 1 | -28/+28 | |
|/ | ||||||
* | Merge pull request #959 from public/openssl-loading-backend | Paul Kehrer | 2014-05-22 | 1 | -0/+13 | |
|\ | | | | | OpenSSL loading backend | |||||
| * | OpenSSL key loading implementation | Alex Stapleton | 2014-05-03 | 1 | -0/+13 | |
| | | ||||||
* | | add test to verify AES CTR is always available in 0.9.8+, comment updates | Paul Kehrer | 2014-05-21 | 1 | -1/+6 | |
| | | ||||||
* | | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -0/+30 | |
| | | | | | | | | Also convert some examples to doctest | |||||
* | | Whoopsie daysie. | Alex Gaynor | 2014-05-03 | 1 | -2/+2 | |
| | | | | | | | | That's a fun commit message. So lyrical. | |||||
* | | Here too | Alex Gaynor | 2014-05-03 | 1 | -4/+4 | |
|/ | ||||||
* | cover some missing lines in dsa multibackend | Paul Kehrer | 2014-05-02 | 1 | -0/+5 | |
| | ||||||
* | expand DSA multibackend support | Paul Kehrer | 2014-05-02 | 1 | -0/+34 | |
| | ||||||
* | update some decryption tests | Paul Kehrer | 2014-04-25 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #949 from reaperhulk/rsa-oaep-decrypt | Alex Gaynor | 2014-04-23 | 1 | -0/+51 | |
|\ | | | | | OAEP support for RSA decryption |