aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/multibackend.py
Commit message (Expand)AuthorAgeFilesLines
* remove multibackend (#3555)Paul Kehrer2017-05-201-514/+0
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-2/+11
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-3/+69
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-3/+3
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+9
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+13
* Scrypt Implementation (#3117)Terry Chia2016-09-011-1/+7
* parensPaul Kehrer2016-03-111-1/+1
* make multibackend error with an empty list. fixes #2717Paul Kehrer2016-03-111-0/+7
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+9
* add create_x509_crl interfacePaul Kehrer2015-12-241-0/+9
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-201-0/+6
|\
| * a refactor to the APIAlex Gaynor2015-10-171-2/+2
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+6
* | OpenSSL backend code for CRLsErik Trauschke2015-09-241-0/+18
|/
* rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-061-2/+2
* Add sign_x509_certificate to MultiBackendIan Cordasco2015-08-021-0/+9
* Renames sign_509_request to create_x509_csr.Andre Caron2015-06-241-0/+9
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+9
* address some review commentsPaul Kehrer2015-03-291-3/+1
* rename request to CSRPaul Kehrer2015-03-291-2/+2
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+11
* remove some pointless extra lines in multibackendPaul Kehrer2015-03-111-6/+2
* add multibackend support for DERSerializationBackendPaul Kehrer2015-01-171-3/+22
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-181-62/+1
* add X509Backend support to multibackendPaul Kehrer2014-11-261-1/+24
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+358