aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_multibackend.py
Commit message (Collapse)AuthorAgeFilesLines
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+6
|
* add create_x509_crl interfacePaul Kehrer2015-12-241-0/+8
|
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-201-4/+15
|\
| * a refactor to the APIAlex Gaynor2015-10-171-12/+15
| |
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-2/+10
| | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com>
* | OpenSSL backend code for CRLsErik Trauschke2015-09-241-0/+12
|/
* fix up test coverage on multibackendAlex Gaynor2015-09-221-2/+9
|
* rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-061-3/+3
|
* Add test coverage for MultiBackend.sign_x509_certificateIan Cordasco2015-08-021-0/+8
|
* Renames sign_509_request to create_x509_csr.Andre Caron2015-06-241-0/+6
|
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+6
|
* rename request to CSRPaul Kehrer2015-03-291-3/+3
|
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+6
|
* add multibackend support for DERSerializationBackendPaul Kehrer2015-01-171-3/+24
|
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-181-87/+1
|
* add X509Backend support to multibackendPaul Kehrer2014-11-261-1/+22
|
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Changed methods on interface providers to have argument names match the ↵Alex Gaynor2014-10-231-7/+7
| | | | | | interface. This is important because it means passing things as keyword arguments will work consistently
* add load_dsa_parameter_numbers on multibackendPaul Kehrer2014-10-211-0/+9
|
* update multibackend to remove deprecated methodsPaul Kehrer2014-10-011-75/+0
|
* fix test coverage on multibackend deprecated methodsPaul Kehrer2014-09-271-2/+31
|
* deprecate backend method names for elliptic curve number loadingPaul Kehrer2014-09-271-5/+31
| | | | fixes #1270
* 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-261-0/+6
|
* multibacken for docsAlex Gaynor2014-09-081-1/+17
|
* add missing DSABackend numbers loading methods to MultibackendPaul Kehrer2014-07-181-0/+18
|
* 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
|
* add multibackend support for new DSABackend methodPaul Kehrer2014-06-271-0/+9
|
* Multibackend support for ECAlex Stapleton2014-06-071-3/+104
|
* pep8David Reid2014-06-031-1/+1
|
* Split load_rsa_numbers into load_rsa_private_numbers and ↵David Reid2014-06-031-3/+13
| | | | load_rsa_public_numbers.
* 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 generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-251-0/+10
|
* add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-241-0/+10
|
* Multibackend now supports all of RSABackendPaul Kehrer2014-05-091-0/+30
| | | | Also convert some examples to doctest
* cover some missing lines in dsa multibackendPaul Kehrer2014-05-021-0/+5
|
* expand DSA multibackend supportPaul Kehrer2014-05-021-0/+34
|
* Added _REASONAyrx2014-04-221-4/+2
|
* Added tests for multibackendAyrx2014-04-221-3/+33
|
* Add docs for DSA parameters and key generationMohammed Attia2014-04-041-5/+3
|
* Add DSABackendMohammed Attia2014-04-041-1/+34
|
* fix pep8 errorsAlex Stapleton2014-04-011-2/+0
|
* Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHMAlex Stapleton2014-04-011-3/+9
|
* Update tests and raise sitesAlex Stapleton2014-03-271-11/+15
|