aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* X25519 Support (#3686)Paul Kehrer2017-06-092-0/+125
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-082-0/+118
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-041-4/+4
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-042-0/+59
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-034-3/+24
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-024-3/+17
* Enlarge _oid2txt buffer to handle larger OIDs (#3612)Fraser Tweedale2017-05-291-0/+14
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-292-4/+4
* Simplify int to hex string conversion (#3628)Alex Gaynor2017-05-281-3/+3
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-263-42/+37
* Document when OpenSSL changed its default (#3611)Alex Gaynor2017-05-251-1/+1
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-2/+5
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-231-0/+8
* Simplify the update (#3586)Alex Gaynor2017-05-231-7/+3
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-201-23/+32
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-14/+8
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-3/+2
* use openssl constants (#3534)Paul Kehrer2017-05-031-5/+13
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-1/+21
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-7/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-7/+1
* remove key check (#3473)Ofek Lev2017-04-011-3/+0
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-211-1/+1
* 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-092-5/+19
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-052-27/+116
* Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)Alex Gaynor2017-03-012-50/+10
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-161-0/+16
* 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-072-7/+60
* 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
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-136-213/+25
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-12/+30
* friendly error if you put a date too far in the future on windows (#3279)Paul Kehrer2016-12-051-2/+15
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-262-1/+299
* add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer2016-11-201-23/+34
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-7/+13
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-202-18/+37
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-201-3/+13
* refactor RSA signature verification to prep for prehash support (#3261)Paul Kehrer2016-11-201-98/+73
* refactor ecdsa sign/verify for prehash (#3263)Paul Kehrer2016-11-191-34/+31
* refactor dsa sign/verify as prep for prehash (#3262)Paul Kehrer2016-11-191-23/+32
* refactor RSA signing to prep for prehash support (#3240)Paul Kehrer2016-11-191-110/+131