aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* 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