summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/ssl.py
Commit message (Expand)AuthorAgeFilesLines
* add one more engine binding (#6599)Paul Kehrer2021-11-121-0/+10
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-071-0/+22
* 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
* Check for BoringSSL in ssl.py (#6507)Alex Gaynor2021-10-311-4/+4
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-251-15/+0
* remove family of unused bindings (#6408)Alex Gaynor2021-10-121-8/+0
* Support LibreSSL 3.4.0 (#6360)Charlie Li2021-10-031-1/+2
* Expose a few more OpenSSL functions that are useful for DTLS support (#6138)Nathaniel J. Smith2021-06-301-0/+28
* Fix build with LibreSSL 3.3.2 (#5988)Charlie Li2021-04-191-0/+2
* Add ssl version constants (#5662)Maximilian Hils2020-12-211-0/+7
* re-add Cryptography_HAS_TLSEXT_HOSTNAME and port 3.3.1 changelog (#5627)Paul Kehrer2020-12-091-0/+6
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-011-4/+26
* Remove some dead constants (#5518)Alex Gaynor2020-10-261-17/+0
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-67/+3
* shrink bindings more (#5356)Paul Kehrer2020-07-271-43/+0
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-261-0/+10
* Delete several unused bindings (#5331)Alex Gaynor2020-07-201-16/+0
* remove NPN bindings -- you should be using ALPN! (#4765)Paul Kehrer2020-07-051-19/+1
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-10/+0
* add SSL_CTX_(get|set)_keylog_callback (#5187)Maximilian Hils2020-04-111-0/+18
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-57/+6
* add SSL_get_verify_result (#5071)Maximilian Hils2019-11-231-0/+1
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-221-0/+2
* add SSL[_CTX]_clear_mode (#5062)Maximilian Hils2019-11-111-0/+2
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-3/+3
* Add SSL_get0_verified_chain to cffi lib (#4965)arjenzorgdoc2019-08-141-0/+9
* Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)Charlie Li2019-04-231-3/+6
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-1/+0
* Add bindings to get SRTP protection profile (#4679)Jeremy Lainé2019-01-111-0/+6
* reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)Paul Kehrer2018-12-011-1/+1
* Adjust DTLS check (#4593)Rosen Penev2018-11-191-1/+1
* add bindings for early data (#4582)Paul Kehrer2018-11-121-0/+9
* add various new TLS bindings (#4555)Paul Kehrer2018-11-031-0/+19
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-101-0/+9
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-051-11/+8
* Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc2018-07-231-0/+19
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-301-1/+1
* Fix some callback type signatures. (#4227)David Benjamin2018-05-121-3/+3
* Add Session functions, necessary to implement new features in Python 3.6. (#4...Amaury Forgeot d'Arc2018-04-241-0/+14
* add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila2018-04-211-0/+68
* Add binding for SSL_get_certificate (#4100)Jeremy Lainé2018-02-061-0/+1
* Add bindings for SRTP support (#4099)Jeremy Lainé2018-02-061-0/+3
* Add bindings for DTLS support (#4089)gesslerpd2018-01-231-0/+19
* Add bindings for PSK (#4084)gesslerpd2018-01-181-1/+44
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-161-0/+4
* Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor2017-12-261-0/+15
* added binding support for rfc 5705 (#3878)Kelby Ludwig2017-08-291-0/+2
* Remove conditionals we never use. (#3766)Alex Gaynor2017-07-081-6/+0