aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-1/+1
* we do not use getrandom in nonblocking mode any more (#4934)Paul Kehrer2019-07-031-1/+1
* remove maccontext (#4803)Paul Kehrer2019-03-071-3/+2
* Fixes #4683 -- fixed linux kernel version that has getrandom (#4684)Alex Gaynor2019-01-121-1/+1
* Update link to MS docs (#4632)Alex Gaynor2018-12-091-1/+1
* Fix `load_rsa_public_numbers` documentation (#3871)David Sanders2017-08-201-1/+1
* changelog entry and a few updates to the new DH params docs (#3718)Paul Kehrer2017-06-241-2/+2
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+19
* FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)Jeroen Ruigrok van der Werven2017-06-011-2/+4
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-2/+2
* remove multibackend (#3555)Paul Kehrer2017-05-202-52/+2
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-203-35/+0
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-152-3/+3
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-3/+12
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+14
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-1/+1
* document DHBackend is implemented for OpenSSL (#3304)Paul Kehrer2016-12-111-0/+1
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-0/+21
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-2/+6
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-2/+3
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+8
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+9
* Update the commoncrypto links (#3223)Alex Gaynor2016-11-061-1/+1
* Scrypt Implementation (#3117)Terry Chia2016-09-012-0/+35
* Removed provider language from backend interfaces (#3047)Gabriel Orisaka2016-07-181-110/+81
* Remove some 0.9.8 cruft from the docs (#3015)Alex Gaynor2016-06-261-3/+1
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-3/+2
* Make a paragraph slightly more clear (#2874)Alex Gaynor2016-04-211-1/+1
* Fixed #2700 -- corrtected the create_hmac_ctx interface docsAlex Gaynor2016-01-301-1/+3
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-251-0/+9
* fix rebase mistake in the docsPaul Kehrer2015-12-241-21/+1
* CertificateRevocationListBuilderPaul Kehrer2015-12-241-0/+19
* Merge pull request #2565 from reaperhulk/crl-interfaceAlex Gaynor2015-12-241-0/+20
|\
| * better languagePaul Kehrer2015-12-241-2/+2
| * add create_x509_crl interfacePaul Kehrer2015-12-241-0/+20
* | Use clearer language in the backend interface docs.Alex Gaynor2015-12-241-4/+3
|/
* rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-061-1/+1
* add missing sign_x509_certificate X509Backend interface docsPaul Kehrer2015-08-061-0/+20
* add two missing methods to backend interface docsPaul Kehrer2015-06-261-0/+31
* Fixed the anchor of a URL that changed on wikipediaAlex Gaynor2015-06-201-1/+1
* DH backend interfacesAlex Stapleton2015-04-251-0/+85
* add missing "signing"Paul Kehrer2015-03-291-1/+1
* rename to CertificateSigningRequestPaul Kehrer2015-03-291-1/+2
* rename request to CSRPaul Kehrer2015-03-291-2/+2
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+8
* missed some linksPaul Kehrer2015-03-091-2/+2
* support DER public and private key loading in the openssl backendPaul Kehrer2015-02-191-0/+1
* This link is also HTTPSAlex Gaynor2015-02-181-1/+1
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-161-1/+1
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-9/+9