aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* remove maccontext (#4803)Paul Kehrer2019-03-071-2/+2
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+12
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-1/+8
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-11/+7
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-2/+2
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+6
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+6
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+9
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+7
* add create_x509_crl interfacePaul Kehrer2015-12-241-0/+7
* Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-191-0/+6
|\
| * a refactor to the APIAlex Gaynor2015-10-171-1/+1
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+6
* | Fix wrong mention of class in docstring.Terry Chia2015-10-181-1/+1
|/
* rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-061-2/+2
* Add sign_x509_certificate to X509Backend interfaceIan Cordasco2015-08-031-0/+6
* Fixes docstring typo.Andre Caron2015-06-241-1/+1
* Renames sign_509_request to create_x509_csr.Andre Caron2015-06-241-0/+6
* DH backend interfacesAlex Stapleton2015-04-251-0/+52
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+6
* rename request to CSRPaul Kehrer2015-03-291-2/+2
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+6
* fix spelling errorPaul Kehrer2015-01-171-1/+1
* add DER backend interfacesPaul Kehrer2015-01-041-0/+16
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-181-20/+0
* add load_der_x509_certificate X509Backend methodPaul Kehrer2014-11-241-0/+6
* add backend interface for loading x509 certificatesPaul Kehrer2014-11-241-0/+9
* 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/+261