summaryrefslogtreecommitdiff
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* Revert "restore some bindings for older pyopenssl temporarily (#7136)" (#7532)Alex Gaynor2022-08-235-42/+0
* remove ext_package so top_level.txt is accurate in wheel metadata (#7511)anthony sottile2022-08-151-1/+1
* Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc (#7502)pyca-boringbot[bot]2022-08-131-4/+0
* fixed two bindings that don't match our style guide (#7471)Alex Gaynor2022-08-021-2/+2
* Bind functions for dealing with sigalgs (#7349)Jean-Daniel2022-06-191-0/+10
* Expose SSL_OP_IGNORE_UNEXPECTED_EOF (#7321)dreid2022-06-081-0/+9
* add binding for PKCS12_set_mac (#7217)Paul Kehrer2022-05-121-0/+11
* add SSL_use_* OpenSSL bindings (#7210)Maximilian Hils2022-05-111-0/+2
* add a new NID we will use for PKCS12 (#7176)Paul Kehrer2022-05-021-0/+1
* add a a constant for pyOpenSSL with OpenSSL 3 (#7156)Paul Kehrer2022-04-301-0/+13
* Remove invalid OPENSSL_NO_PSK defined guard (#7146)James Hilliard2022-04-291-2/+1
* restore some bindings for older pyopenssl temporarily (#7136)Paul Kehrer2022-04-275-0/+42
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-262-0/+10
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-161-0/+6
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-161-0/+1
* fix two compiler warnings (#7036)Paul Kehrer2022-04-042-2/+1
* add TLSv1.3 PSKs function bindings (#7002)可可熊2022-04-031-0/+58
* add new bindings for OpenSSL 3.0.0 cipher fetching/freeing (#7027)Paul Kehrer2022-04-031-0/+9
* Remove unused bindings (#6984)Alex Gaynor2022-03-204-37/+0
* remove unused deprecated bindings (#6951)Alex Gaynor2022-03-131-5/+0
* Support LibreSSL 3.5.0 (#6919)Charlie Li2022-03-024-4/+9
* Added X509_alias_set1 to the ffi (#6897)ajoino2022-02-261-0/+1
* Make a branch more specific now that libressl 3.4 is out (#6876)Alex Gaynor2022-02-161-0/+2
* Random cleanups (#6824)Alex Gaynor2022-01-291-7/+5
* add `SSL_set_verify` binding for pyca/pyopenssl#255 (#6797)Maximilian Hils2022-01-061-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-262-16/+0
* LibreSSL added support for this X.509 flag in 3.2.2 (#6659)Alex Gaynor2021-11-272-1/+4
* LibreSSL added support for the required RSA functions in 3.1.0 (#6658)Alex Gaynor2021-11-272-1/+5
* Remove link argument handling that's not required on py3 (#6655)Alex Gaynor2021-11-252-19/+1
* Update comment to reflect new reason this is needed (#6650)Alex Gaynor2021-11-241-1/+2
* add one more engine binding (#6599)Paul Kehrer2021-11-121-0/+10
* Make DH bindings follow style guide (#6586)Alex Gaynor2021-11-121-2/+2
* Simplify how we test boring, in a way that'll be extensible to the future (#6...Alex Gaynor2021-11-101-0/+4
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-076-1/+75
* Remove datagram bio bindings (#6555)Alex Gaynor2021-11-061-2/+0
* Check for BoringSSL in the SSL bindings (#6553)Alex Gaynor2021-11-061-1/+11
* Added an additional check for boringssl in the ssl bindings (#6547)Alex Gaynor2021-11-051-1/+1
* remove some unused functions and add some docs about use (#6544)Paul Kehrer2021-11-043-17/+6
* remove OPENSSL_no_config (#6536)Paul Kehrer2021-11-031-2/+0
* Check for BoringSSL in err.py (#6510)Alex Gaynor2021-10-311-1/+1
* Check for BoringSSL in the engine bindings (#6509)Alex Gaynor2021-10-311-2/+10
* Check for BoringSSL in the crypto bindings (#6508)Alex Gaynor2021-10-311-5/+4
* Check for BoringSSL in ssl.py (#6507)Alex Gaynor2021-10-311-4/+4
* BoringSSL is like LibreSSL in bio.py (#6506)Alex Gaynor2021-10-311-1/+1
* Add a constant for when we're compiling on BoringSSL (#6505)Alex Gaynor2021-10-311-0/+7
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-251-15/+0
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-252-41/+0
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-211-7/+0
* Remove unused asn1.h bindings (#6444)Alex Gaynor2021-10-201-5/+0