summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/cryptography.py
Commit message (Expand)AuthorAgeFilesLines
* Add a constant for when we're compiling on BoringSSL (#6505)Alex Gaynor2021-10-311-0/+7
* order defines consistently (#6361)Alex Gaynor2021-10-031-3/+3
* Support LibreSSL 3.4.0 (#6360)Charlie Li2021-10-031-0/+3
* cffi: check openssl version is less than 1.1.0 (#6266)match man2021-09-131-0/+4
* Added handling for OpenSSL "xts duplicated keys" error. (#6085)Angus Gratton2021-06-091-0/+3
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-0/+3
* Fix build with LibreSSL 3.3.2 (#5988)Charlie Li2021-04-191-0/+7
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Don't build our custom osrandom engine on libressl (#5593)Alex Gaynor2020-11-291-2/+2
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-15/+0
* handle unnamed-but-really-named curves in 1.0.2u (#5362)Paul Kehrer2020-07-301-0/+3
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-201-0/+1
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-0/+9
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-12/+0
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-5/+0
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-3/+0
* Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)Charlie Li2019-04-231-0/+3
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+3
* Run wycheproof RSA tests on LibreSSL>=2.8 (#4737)Alex Gaynor2019-01-241-1/+10
* add ed25519 bindings (#4476)Paul Kehrer2018-09-261-0/+3
* Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)Alex Gaynor2018-09-151-3/+0
* OCSP bindings (#4449)Paul Kehrer2018-09-011-0/+5
* set an OPENSSL_API_COMPAT level (#4313)Paul Kehrer2018-07-061-0/+5
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-301-0/+3
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-311-6/+0
* OpenSSL 1.0.2o has switched to winsock2 (#4184)Thierry Bastian2018-04-051-0/+3
* Remove branches for 1.0.2 betas. (#3870)Alex Gaynor2017-08-201-4/+2
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-1/+6
* use openssl constants (#3534)Paul Kehrer2017-05-031-0/+2
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-18/+18
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-8/+0
* add some x509_object handling for pypy stdlib (#3254)Paul Kehrer2016-11-191-0/+2
* add some BIO functions for pypy's ssl stdlib (#3249)Paul Kehrer2016-11-181-0/+2
* 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)Paul Kehrer2016-09-221-0/+4
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+10
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-0/+54