aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Make sure algorithm classes fully implement their interfaceAlex Gaynor2014-10-302-4/+3
* Added attributes that are part of hte interface to several test fakesAlex Gaynor2014-10-272-0/+4
* Merge pull request #1434 from alex/requires-backend-interfacePaul Kehrer2014-10-241-1/+2
|\
| * Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-1/+2
* | Changed methods on interface providers to have argument names match the inter...Alex Gaynor2014-10-231-7/+7
|/
* add load_dsa_parameter_numbers on multibackendPaul Kehrer2014-10-211-0/+9
* Merge pull request #1381 from alex/stop-generating-keysPaul Kehrer2014-10-011-21/+6
|\
| * Replace key generation with fixture usage in some testsAlex Gaynor2014-10-011-21/+6
* | update multibackend to remove deprecated methodsPaul Kehrer2014-10-011-75/+0
|/
* remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-301-28/+8
* Remove deprecated RSA methods from backends, update testsPaul Kehrer2014-09-291-58/+9
* Move _ec_key_curve_sn to openssl/ec.pyAlex Stapleton2014-09-281-1/+2
* remove duplicate _skip_curve_unsupportedPaul Kehrer2014-09-271-9/+1
* fix test coverage on multibackend deprecated methodsPaul Kehrer2014-09-271-2/+31
* skip deprecated tests on platforms that don't support ec (old rhel)Paul Kehrer2014-09-271-0/+11
* deprecate backend method names for elliptic curve number loadingPaul Kehrer2014-09-272-6/+68
* learn to pep8Paul Kehrer2014-09-261-0/+1
* Process curve name when loading EC keys. Fixes #1336Paul Kehrer2014-09-261-1/+4
* Corrected testsmichael-hart2014-09-261-1/+1
* Added all changes lost in merge resetmichael-hart2014-09-261-1/+1
* Corrected testsmichael-hart2014-09-261-1/+1
* Added all changes lost in merge resetmichael-hart2014-09-262-0/+8
* multibacken for docsAlex Gaynor2014-09-081-1/+17
* Fix test failuresTerry Chia2014-07-281-2/+3
* add missing DSABackend numbers loading methods to MultibackendPaul Kehrer2014-07-181-0/+18
* Raise ValueError if the password doesn't fitAlex Stapleton2014-07-111-2/+19
* add TraditionalOpenSSLSerializationBackend to MultiBackendPaul Kehrer2014-07-091-1/+17
* change some nomenclaturePaul Kehrer2014-07-071-1/+1
* add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-071-1/+16
* rename the rest of the methodPaul Kehrer2014-07-011-3/+3
* deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+22
* add multibackend support for new DSABackend methodPaul Kehrer2014-06-271-0/+9
* Merge pull request #1152 from public/fedora20-ec-fixPaul Kehrer2014-06-231-5/+0
|\
| * Fix EC issue on Fedora 20Alex Stapleton2014-06-201-5/+0
* | deprecate mgf1_hash_supported. fixes #1133Paul Kehrer2014-06-201-1/+4
|/
* deprecate old RSA classes and methodsPaul Kehrer2014-06-191-0/+38
* Portable usage of subprocess w/ python3 and python2.6 fixes.David Reid2014-06-131-6/+9
* Remove outdated comment.David Reid2014-06-131-2/+0
* Fix flake8.David Reid2014-06-131-16/+15
* Attempt to better isolate this test by getting the backend name from a subpro...David Reid2014-06-131-5/+27
* Multibackend support for ECAlex Stapleton2014-06-071-3/+104
* ECDSA backendAlex Stapleton2014-06-071-1/+22
* pep8David Reid2014-06-031-1/+1
* Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...David Reid2014-06-031-3/+13
* Remove trailing whitespaceDavid Reid2014-06-031-1/+1
* Semantic conflict resolution anyone?David Reid2014-06-031-1/+2
* Add load_rsa_numbers support to MultiBackend.David Reid2014-06-031-1/+10
* add RSA private key generation restrictions to primitive layerPaul Kehrer2014-05-271-0/+16
* add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-252-0/+16
* Merge pull request #1077 from reaperhulk/rsa-padding-supportedAlex Stapleton2014-05-252-0/+57
|\