Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass the sys.path into the subprocess | Donald Stufft | 2015-02-19 | 1 | -0/+10 |
| | | | | | | | | | If we're running tests via ``python setup.py test`` in a clean environment then all of our dependencies are going to be installed into either the current directory or the .eggs directory. However the subprocess won't know to activate these dependencies, so we'll get it to do so by passing our entire sys.path into the subprocess via the PYTHONPATH environment variable. | ||||
* | Allow the OpenSSL version string to begin with LibreSSL | Steven McDonald | 2015-02-19 | 1 | -3/+6 |
| | | | | | LibreSSL aims to be source-compatible with OpenSSL, so there is no good reason to fail this test simply because the name has changed. | ||||
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 2 | -5/+4 |
| | |||||
* | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 2 | -7/+8 |
| | |||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Move around bits of the EC test suite to work around awful PyPy bug | Alex Stapleton | 2015-01-22 | 1 | -13/+13 |
| | |||||
* | add multibackend support for DERSerializationBackend | Paul Kehrer | 2015-01-17 | 1 | -3/+24 |
| | |||||
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 2 | -129/+3 |
| | |||||
* | add X509Backend support to multibackend | Paul Kehrer | 2014-11-26 | 1 | -1/+22 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 4 | -48/+12 |
| | | | | Fixes #1209 | ||||
* | Make sure algorithm classes fully implement their interface | Alex Gaynor | 2014-10-30 | 2 | -4/+3 |
| | |||||
* | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 2 | -0/+4 |
| | |||||
* | Merge pull request #1434 from alex/requires-backend-interface | Paul Kehrer | 2014-10-24 | 1 | -1/+2 |
|\ | | | | | Change how we represented that a test requires a backend. | ||||
| * | 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 | ||||
* | | Changed methods on interface providers to have argument names match the ↵ | Alex Gaynor | 2014-10-23 | 1 | -7/+7 |
|/ | | | | | | interface. This is important because it means passing things as keyword arguments will work consistently | ||||
* | add load_dsa_parameter_numbers on multibackend | Paul Kehrer | 2014-10-21 | 1 | -0/+9 |
| | |||||
* | Merge pull request #1381 from alex/stop-generating-keys | Paul Kehrer | 2014-10-01 | 1 | -21/+6 |
|\ | | | | | Replace key generation with fixture usage in some tests | ||||
| * | Replace key generation with fixture usage in some tests | Alex Gaynor | 2014-10-01 | 1 | -21/+6 |
| | | |||||
* | | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 1 | -75/+0 |
|/ | |||||
* | 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 |
| | |||||
* | 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 |
| |