summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of unused bindings (#8830)Alex Gaynor2023-04-261-9/+0
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-161-7/+0
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+2
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-241-1/+0
* Stop validating keys in ECDH exchange (#8490)Alex Gaynor2023-03-111-0/+7
* Remove use of deprecated EC functions (#8459)Alex Gaynor2023-03-061-7/+0
* Remove unused bindings (#8321)Alex Gaynor2023-02-191-18/+0
* Remove now-unused bindings (#8264)Alex Gaynor2023-02-111-10/+0
* src/_cffi_src/openssl/evp.py: export EVP_PKEY_set_alias_type in FUNCTIONS (#7...hustliyilin2022-12-281-0/+9
* Remove binding for X509_STORE_get_get_issuer (#7918)David Benjamin2022-12-201-1/+0
* Update minimum LibreSSL to 3.5 (#7780)Alex Gaynor2022-11-071-8/+0
* fixes #7454 -- added SSL_get_extms_support (#7697)Alex Gaynor2022-10-121-0/+5
* Remove reimplementation of OpenSSL function in DHX (#7611)Alex Gaynor2022-09-141-0/+2
* Move to a libressl policy (#7605)Alex Gaynor2022-09-131-18/+0
* Increase our minimum LibreSSL. (#7571)Alex Gaynor2022-09-071-7/+0
* Drop OpenSSL 1.1.0 (#7570)Alex Gaynor2022-09-071-10/+0
* Bind functions for dealing with sigalgs (#7349)Jean-Daniel2022-06-191-0/+7
* Expose SSL_OP_IGNORE_UNEXPECTED_EOF (#7321)dreid2022-06-081-0/+9
* add binding for PKCS12_set_mac (#7217)Paul Kehrer2022-05-121-0/+5
* add a a constant for pyOpenSSL with OpenSSL 3 (#7156)Paul Kehrer2022-04-301-0/+7
* add TLSv1.3 PSKs function bindings (#7002)可可熊2022-04-031-0/+13
* add new bindings for OpenSSL 3.0.0 cipher fetching/freeing (#7027)Paul Kehrer2022-04-031-0/+5
* type _conditional to lower the untyped percentage (#6730)Paul Kehrer2021-12-221-36/+38
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-14/+0
* add one more engine binding (#6599)Paul Kehrer2021-11-121-0/+1
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-071-0/+39
* Check for BoringSSL in the SSL bindings (#6553)Alex Gaynor2021-11-061-0/+6
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-251-8/+0
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-0/+8
* Expose a few more OpenSSL functions that are useful for DTLS support (#6138)Nathaniel J. Smith2021-06-301-0/+16
* Remove unused gf2m bindings (#6144)Alex Gaynor2021-06-261-2/+0
* Remove OpenSSL ct.h usage (#6115)Alex Gaynor2021-06-121-23/+0
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-0/+11
* Remove unused X509 verification flags bindings (#5868)David Benjamin2021-02-261-15/+0
* Add ssl version constants (#5662)Maximilian Hils2020-12-211-0/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-2/+0
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-011-0/+10
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-2/+3
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-111-7/+0
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-27/+0
* re-add a few engine bindings for advanced users (#5449)Paul Kehrer2020-09-011-0/+4
* shrink bindings more (#5356)Paul Kehrer2020-07-271-9/+0
* simplify more errors (#5353)Paul Kehrer2020-07-261-7/+0
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-261-9/+0
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-261-0/+9
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-12/+8
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-15/+0
* add SSL_CTX_(get|set)_keylog_callback (#5187)Maximilian Hils2020-04-111-0/+8
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-76/+2
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-221-0/+1