aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ssl.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+38
* SSL_CIPHER_get_version gained a const return type in 1.1.0Paul Kehrer2016-03-161-1/+2
* one last 1.1.0 const switch to get rid of some warningsPaul Kehrer2016-03-131-1/+1
* bind some new functions to access elements of the SSL structPaul Kehrer2016-03-131-0/+46
* bind SSL_SESSION_set1_id_contextPaul Kehrer2016-03-131-0/+24
* Merge pull request #2808 from reaperhulk/110-patch-27Alex Gaynor2016-03-131-7/+12
|\
| * bind one new function to access part of the SSL structPaul Kehrer2016-03-131-7/+12
* | conditionally bind/remove the SSL_ST/TLS_ST state machine statusesPaul Kehrer2016-03-111-3/+22
|/
* whoops this shouldn't have movedPaul Kehrer2016-03-091-1/+1
* move some ssl functions that are now macros and add 2 gettersPaul Kehrer2016-03-091-7/+9
* one more functionAlex Gaynor2016-01-311-0/+2
* Added an addition binding that PyOpenSSL might wantAlex Gaynor2016-01-311-0/+2
* Comment lingering SSLv2 symbol.Cory Benfield2015-12-141-0/+4
* Remove SSLv2 bindings.Cory Benfield2015-12-141-16/+1
* Add more CRYPTO_EX_DATA functionsChristian Heimes2015-11-201-0/+12
* Removed SSL_renegotiate_abbreviated bindingkjav2015-08-281-1/+0
* Added bindings for SSL_renegotiate_<pending/abbreviated>kjav2015-08-281-0/+2
* Add SSL_renegotiate binding.Terry Chia2015-08-281-0/+1
* add set_cert_cbMaximilian Hils2015-08-251-0/+17
* libre doesn't have these fields (and might only be used in sslv2 anyway)Paul Kehrer2015-08-191-2/+0
* compilation fixPaul Kehrer2015-08-191-2/+4
* style fix + remove some elements of the struct that aren't in 0.9.8Paul Kehrer2015-08-181-5/+2
* added attribs to SSL_SESSION, SSL_SESSION_print. CIPHER_descriptionMiWCryptAnalytics2015-08-181-0/+11
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-111/+0
* Exposed the SSL_peek functionalityStelios2015-07-061-0/+1
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+736