summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/cryptography.py
Commit message (Expand)AuthorAgeFilesLines
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-161-3/+0
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-241-19/+4
* handle case where WIN32_LEAN_AND_MEAN may already be defined (#8571)Paul Kehrer2023-03-221-0/+2
* Simplify X25519 key loading (#8263)Alex Gaynor2023-02-111-0/+2
* LibreSSL 3.7 adds support for Ed25519 (#7803)Theo Buehler2022-11-221-0/+8
* Update minimum LibreSSL to 3.5 (#7780)Alex Gaynor2022-11-071-5/+0
* Try raising OPENSSL_API_COMPAT to 1.1.0 (#6948)Alex Gaynor2022-10-281-4/+3
* fixes #7653 -- handle OPENSSL_cleanup existing on LibreSSL 3.6.0 (#7654)Alex Gaynor2022-09-271-0/+3
* undef some conflicting macro/types on windows (#7588)Paul Kehrer2022-09-131-7/+16
* Move to a libressl policy (#7605)Alex Gaynor2022-09-131-4/+0
* remove openssl header include that no longer appears required (#7592)Alex Gaynor2022-09-111-7/+0
* Increase our minimum LibreSSL. (#7571)Alex Gaynor2022-09-071-6/+0
* Drop OpenSSL 1.1.0 (#7570)Alex Gaynor2022-09-071-5/+2
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-261-0/+3
* Support LibreSSL 3.5.0 (#6919)Charlie Li2022-03-021-0/+4
* Make a branch more specific now that libressl 3.4 is out (#6876)Alex Gaynor2022-02-161-0/+2
* Remove branches that were no longer useful (#6664)Alex Gaynor2021-11-281-5/+0
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-3/+0
* LibreSSL added support for this X.509 flag in 3.2.2 (#6659)Alex Gaynor2021-11-271-0/+3
* LibreSSL added support for the required RSA functions in 3.1.0 (#6658)Alex Gaynor2021-11-271-0/+4
* 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