aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ssl.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-261-1/+1
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-261-0/+15
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-7/+7
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-21/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-151-6/+0
* More ifdef death (#3450)Alex Gaynor2017-03-141-22/+0
* Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor2017-03-141-19/+0
* DTLS bindings (#3309)Paul Kehrer2016-12-191-0/+31
* restore this constant, pyopenssl needs it (#3321)Alex Gaynor2016-12-141-0/+3
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-68/+1
* Bind TLSEXT_STATUSTYPE_ocsp (#3290)Cory Benfield2016-11-291-0/+1
* add OPENSSL_NPN_NEGOTIATED (#3252)Paul Kehrer2016-11-191-0/+12
* 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)Paul Kehrer2016-09-221-1/+4
* opaque structs for 1.1.0 compatibility (#3109)Paul Kehrer2016-08-261-18/+3
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-8/+10
* Remove a few SSL fields which are unused (#3032)Alex Gaynor2016-06-301-5/+0
* Remove some more 0.9.8isms from the ssl code (#3001)Alex Gaynor2016-06-201-8/+4
* first pass removing 0.9.8 things from the ssl bindings (#2986)Paul Kehrer2016-06-201-48/+2
* Remove a few 0.9.8isms from the ssl bindings (#2998)Alex Gaynor2016-06-191-22/+0