summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/bindings/openssl
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-312-0/+4
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-242-32/+0
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-201-76/+6
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-161-18/+23
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-7/+16
* 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
* deprecate support for OpenSSL <1.1.1d (#8444)Paul Kehrer2023-03-051-0/+18
* Remove unused bindings (#8321)Alex Gaynor2023-02-191-18/+0
* Remove now-unused bindings (#8264)Alex Gaynor2023-02-111-10/+0
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-5/+7
* 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
* support compilation against openssl 3 with no legacy provider (#7650)Paul Kehrer2022-09-261-8/+23
* Warn users on 32-bit Pythons on 64-bit windows. (#7641)Alex Gaynor2022-09-241-1/+15
* A handful of small internal typing improvements (#7625)Alex Gaynor2022-09-181-6/+9
* 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-072-28/+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
* final deprecation warnings for 1.1.0 (#7123)Paul Kehrer2022-04-261-1/+1
* Be clear that OpenSSL 1.1.0 is going bye bye (#7108)Alex Gaynor2022-04-221-2/+2
* 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
* Try removing the SSL_library_init call in initialization (#6986)Alex Gaynor2022-03-211-2/+0
* Remove initialization call that's not required in 1.1.0+ (#6952)Alex Gaynor2022-03-131-2/+0
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-2/+2
* improve types in the binding (#6737)Paul Kehrer2021-12-221-7/+7
* more backend typing (#6731)Paul Kehrer2021-12-211-1/+1
* type _conditional to lower the untyped percentage (#6730)Paul Kehrer2021-12-221-36/+38
* more internal typing. supported methods, hash, hmac (#6728)Paul Kehrer2021-12-221-2/+6
* Expand typing coverage to exceptions (#6717)Alex Gaynor2021-12-211-3/+3
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-291-3/+11
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-281-0/+17
* 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-292-0/+24
* Expose a few more OpenSSL functions that are useful for DTLS support (#6138)Nathaniel J. Smith2021-06-301-0/+16
* 3.0.0 deprecated func and it isn't useful to us in general (#6148)Paul Kehrer2021-06-301-7/+4