aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_multibackend.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-13/+11
|
* import order fixes for future automated checkingPaul Kehrer2014-03-191-1/+1
|
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
|
* Convert stuffAlex Gaynor2014-03-061-11/+13
|
* more PKCS1->PKCS1v15Paul Kehrer2014-02-251-3/+3
|
* add RSA verification supportPaul Kehrer2014-02-251-0/+11
|
* update multibackend with new PKCS1v15 class namePaul Kehrer2014-02-241-2/+2
|
* add basic multibackend so we can do signatures using default_backendPaul Kehrer2014-02-231-0/+11
|
* flake8 fixAlex Gaynor2014-02-121-0/+1
|