summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/ssl.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2019-01-11Add bindings to get SRTP protection profile (#4679)Jeremy Lainé
2018-12-01reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)Paul Kehrer
2018-11-19Adjust DTLS check (#4593)Rosen Penev
2018-11-12add bindings for early data (#4582)Paul Kehrer
2018-11-03add various new TLS bindings (#4555)Paul Kehrer
2018-10-10Add definitions that help with hostname checking (#4492)Kai Engert
2018-09-05Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer
2018-07-23Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc
2018-05-30LibreSSL 2.7.x support (#4270)Paul Kehrer
2018-05-12Fix some callback type signatures. (#4227)David Benjamin
2018-04-24Add Session functions, necessary to implement new features in Python 3.6. (#4...Amaury Forgeot d'Arc
2018-04-21add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila
2018-02-06Add binding for SSL_get_certificate (#4100)Jeremy Lainé
2018-02-06Add bindings for SRTP support (#4099)Jeremy Lainé
2018-01-23Add bindings for DTLS support (#4089)gesslerpd
2018-01-18Add bindings for PSK (#4084)gesslerpd
2018-01-16Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd
2017-12-26Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor
2017-08-29added binding support for rfc 5705 (#3878)Kelby Ludwig
2017-07-08Remove conditionals we never use. (#3766)Alex Gaynor
2017-06-27Funcs macros gone (#3695)Paul Kehrer
2017-06-26enable wconversion and finish fixes (#3728)Paul Kehrer
2017-06-26bind DTLS 1.2 methods (#3725)Paul Kehrer
2017-03-26Attempt to simplify the libressl checing (#3482)Alex Gaynor
2017-03-17Remove workaround for weird NetBSD bug (#3458)Alex Gaynor
2017-03-15Ec is a thing (#3453)Alex Gaynor
2017-03-14More ifdef death (#3450)Alex Gaynor
2017-03-14Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor
2016-12-19DTLS bindings (#3309)Paul Kehrer
2016-12-14restore this constant, pyopenssl needs it (#3321)Alex Gaynor
2016-12-13Drop 1.0.0 (#3312)Alex Gaynor
2016-11-29Bind TLSEXT_STATUSTYPE_ocsp (#3290)Cory Benfield
2016-11-19add OPENSSL_NPN_NEGOTIATED (#3252)Paul Kehrer
2016-09-221.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)Paul Kehrer
2016-08-26opaque structs for 1.1.0 compatibility (#3109)Paul Kehrer
2016-07-11Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor
2016-06-30Remove a few SSL fields which are unused (#3032)Alex Gaynor
2016-06-20Remove some more 0.9.8isms from the ssl code (#3001)Alex Gaynor
2016-06-20first pass removing 0.9.8 things from the ssl bindings (#2986)Paul Kehrer
2016-06-19Remove a few 0.9.8isms from the ssl bindings (#2998)Alex Gaynor
2016-04-08Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc
2016-03-16SSL_CIPHER_get_version gained a const return type in 1.1.0Paul Kehrer
2016-03-13one last 1.1.0 const switch to get rid of some warningsPaul Kehrer
2016-03-13bind some new functions to access elements of the SSL structPaul Kehrer
2016-03-13bind SSL_SESSION_set1_id_contextPaul Kehrer
2016-03-13Merge pull request #2808 from reaperhulk/110-patch-27Alex Gaynor
2016-03-13bind one new function to access part of the SSL structPaul Kehrer
2016-03-11conditionally bind/remove the SSL_ST/TLS_ST state machine statusesPaul Kehrer
2016-03-09whoops this shouldn't have movedPaul Kehrer