Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make multibackend error with an empty list. fixes #2717 | Paul Kehrer | 2016-03-11 | 1 | -5/+15 |
| | |||||
* | add create_x509_revoked_certificate to x509backend interface | Paul Kehrer | 2015-12-25 | 1 | -0/+6 |
| | |||||
* | add create_x509_crl interface | Paul Kehrer | 2015-12-24 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-10-20 | 1 | -4/+15 |
|\ | |||||
| * | a refactor to the API | Alex Gaynor | 2015-10-17 | 1 | -12/+15 |
| | | |||||
| * | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 1 | -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 CRLs | Erik Trauschke | 2015-09-24 | 1 | -0/+12 |
|/ | |||||
* | fix up test coverage on multibackend | Alex Gaynor | 2015-09-22 | 1 | -2/+9 |
| | |||||
* | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | Add test coverage for MultiBackend.sign_x509_certificate | Ian Cordasco | 2015-08-02 | 1 | -0/+8 |
| | |||||
* | Renames sign_509_request to create_x509_csr. | Andre Caron | 2015-06-24 | 1 | -0/+6 |
| | |||||
* | add load_der_x509_csr to support loading DER encoded CSRs | Paul Kehrer | 2015-03-30 | 1 | -0/+6 |
| | |||||
* | rename request to CSR | Paul Kehrer | 2015-03-29 | 1 | -3/+3 |
| | |||||
* | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -87/+1 |
| | |||||
* | 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 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | 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 |
| | |||||
* | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 1 | -75/+0 |
| | |||||
* | fix test coverage on multibackend deprecated methods | Paul Kehrer | 2014-09-27 | 1 | -2/+31 |
| | |||||
* | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 1 | -5/+31 |
| | | | | fixes #1270 | ||||
* | 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 | 1 | -0/+6 |
| | |||||
* | multibacken for docs | Alex Gaynor | 2014-09-08 | 1 | -1/+17 |
| | |||||
* | add missing DSABackend numbers loading methods to Multibackend | Paul Kehrer | 2014-07-18 | 1 | -0/+18 |
| | |||||
* | 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 |
| | |||||
* | add multibackend support for new DSABackend method | Paul Kehrer | 2014-06-27 | 1 | -0/+9 |
| | |||||
* | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -3/+104 |
| | |||||
* | pep8 | David Reid | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Split load_rsa_numbers into load_rsa_private_numbers and ↵ | David Reid | 2014-06-03 | 1 | -3/+13 |
| | | | | load_rsa_public_numbers. | ||||
* | Remove trailing whitespace | David Reid | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Semantic conflict resolution anyone? | David Reid | 2014-06-03 | 1 | -1/+2 |
| | |||||
* | Add load_rsa_numbers support to MultiBackend. | David Reid | 2014-06-03 | 1 | -1/+10 |
| | |||||
* | add generate_rsa_parameters_supported to RSABackend | Paul Kehrer | 2014-05-25 | 1 | -0/+10 |
| | |||||
* | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 1 | -0/+10 |
| | |||||
* | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -0/+30 |
| | | | | Also convert some examples to doctest | ||||
* | cover some missing lines in dsa multibackend | Paul Kehrer | 2014-05-02 | 1 | -0/+5 |
| | |||||
* | expand DSA multibackend support | Paul Kehrer | 2014-05-02 | 1 | -0/+34 |
| | |||||
* | Added _REASON | Ayrx | 2014-04-22 | 1 | -4/+2 |
| | |||||
* | Added tests for multibackend | Ayrx | 2014-04-22 | 1 | -3/+33 |
| | |||||
* | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 1 | -5/+3 |
| | |||||
* | Add DSABackend | Mohammed Attia | 2014-04-04 | 1 | -1/+34 |
| | |||||
* | fix pep8 errors | Alex Stapleton | 2014-04-01 | 1 | -2/+0 |
| | |||||
* | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM | Alex Stapleton | 2014-04-01 | 1 | -3/+9 |
| |