Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 1 | -42/+2 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Make sure algorithm classes fully implement their interface | Alex Gaynor | 2014-10-30 | 1 | -2/+1 |
| | |||||
* | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 1 | -0/+3 |
| | |||||
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -1/+2 |
| | | | | This way is more extensible and requires less maintaince | ||||
* | Replace key generation with fixture usage in some tests | Alex Gaynor | 2014-10-01 | 1 | -21/+6 |
| | |||||
* | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 1 | -28/+8 |
| | |||||
* | Remove deprecated RSA methods from backends, update tests | Paul Kehrer | 2014-09-29 | 1 | -58/+9 |
| | |||||
* | Move _ec_key_curve_sn to openssl/ec.py | Alex Stapleton | 2014-09-28 | 1 | -1/+2 |
| | |||||
* | remove duplicate _skip_curve_unsupported | Paul Kehrer | 2014-09-27 | 1 | -9/+1 |
| | |||||
* | 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 | 1 | -1/+37 |
| | | | | 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 |
| | |||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | deprecate DSA backend methods | Paul Kehrer | 2014-06-28 | 1 | -0/+22 |
| | |||||
* | 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. | ||||
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -1/+22 |
| | |||||
* | 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 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1077 from reaperhulk/rsa-padding-supported | Alex Stapleton | 2014-05-25 | 1 | -0/+47 |
|\ | | | | | Add rsa_padding_supported | ||||
| * | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 1 | -0/+47 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 |
|/ | |||||
* | update some decryption tests | Paul Kehrer | 2014-04-25 | 1 | -3/+3 |
| | |||||
* | OAEP support for RSA decryption | Paul Kehrer | 2014-04-22 | 1 | -0/+51 |
| | |||||
* | Added missing tests for 100% coverage | Ayrx | 2014-04-22 | 1 | -0/+16 |
| | |||||
* | remove OAEP decryption to simplify review | Paul Kehrer | 2014-04-20 | 1 | -51/+0 |
| | |||||
* | docs, tests, general huge improvements to RSA decryption | Paul Kehrer | 2014-04-20 | 1 | -2/+53 |
| | |||||
* | Inplace mode for _int_to_bn | Alex Stapleton | 2014-04-20 | 1 | -0/+19 |
| | | | | Mostly useful for working with (EC)?DSA_SIG right now | ||||
* | move some rsa tests to a new class | Paul Kehrer | 2014-04-16 | 1 | -38/+40 |
| | |||||
* | pep8, irony | Alex Gaynor | 2014-04-05 | 1 | -1/+0 |
| | |||||
* | Some cleanups to imports | Alex Gaynor | 2014-04-05 | 1 | -6/+3 |
| | |||||
* | Add DSABackend | Mohammed Attia | 2014-04-04 | 1 | -0/+12 |
| | |||||
* | Add tests for DSA parameters and key generation | Mohammed Attia | 2014-04-03 | 1 | -1/+12 |
| | |||||
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -5/+9 |
| | |||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -7/+5 |
| | |||||
* | Merge branch 'master' into rsa-pss-signing | Paul Kehrer | 2014-03-20 | 1 | -4/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |