aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/backend.py
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)Alex Gaynor2018-10-071-5/+3
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-1/+13
* refactor asn1_time_set to be useful in a future PR (#4465)Paul Kehrer2018-09-091-27/+27
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+6
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-10/+10
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-311-3/+8
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+16
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+11
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-141-2/+2
* Validate the public/private halves of EC keys on import. (#4241)David Benjamin2018-05-141-3/+4
* fixed variable name to be correct (#4226)Alex Gaynor2018-05-111-3/+3
* update link to draft rfc (#4214)Alex Gaynor2018-05-021-1/+1
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-2/+3
* Use `BN_clear_free` in places where `BN_free` is being used (#4072)Tux2018-01-051-2/+2
* just a quick confirmation that it really is an x25519 evp key (#4070)Paul Kehrer2018-01-051-0/+3
* nit: line wrapping change (#4004)Alex Gaynor2017-10-281-2/+1
* Add support for AES XTS (#3900)Paul Kehrer2017-10-011-1/+7
* add ChaCha20 support (#3919)Paul Kehrer2017-09-281-1/+6
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-6/+0
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-7/+12
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-081-1/+5
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-091-2/+15
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-091-2/+2
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-081-16/+2
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-081-1/+5
* make the aead work a bit more generic (#3761)Paul Kehrer2017-07-081-5/+5
* disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)Paul Kehrer2017-06-301-0/+24
* Fixed a memory leak in EC private numbers (#3741)Alex Gaynor2017-06-301-2/+4
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-281-3/+3
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+63
* X25519 Support (#3686)Paul Kehrer2017-06-091-0/+54
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-081-0/+17
* Simplify int to hex string conversion (#3628)Alex Gaynor2017-05-281-3/+3
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-33/+30
* Document when OpenSSL changed its default (#3611)Alex Gaynor2017-05-251-1/+1
* remove key check (#3473)Ofek Lev2017-04-011-3/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-151-14/+3
* More ifdef death (#3450)Alex Gaynor2017-03-141-5/+2
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-21/+1
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-2/+3
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-11/+55
* Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)Alex Gaynor2017-03-011-48/+8
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-131-71/+22
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-0/+2
* DH serialization (#3297)Aviv Palivoda2017-02-071-3/+25
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-031-2/+2
* add memory limit check for scrypt (#3328)Paul Kehrer2017-01-051-4/+5
* openssl backend: s/unserialize/deserialize/ in exception messages (#3339)Jan-Philip Gehrcke2016-12-281-2/+2
* Inline a pair of functions that became trivial post-1.0.0 (#3336)Alex Gaynor2016-12-251-7/+1
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+3