summaryrefslogtreecommitdiff
path: root/OpenSSL/ssl/context.c
Commit message (Expand)AuthorAgeFilesLines
* Oops.Jean-Paul Calderone2013-10-041-1/+1
* Try exposing TLSv1.1 and TLSv1.2.Jean-Paul Calderone2013-10-031-3/+27
* Re-instate the OPENSSL_NO_SSL2 check; it is necessary for the case where SSLv...Jean-Paul Calderone2012-03-091-0/+5
* Get rid of the OPENSSL_NO_SSL2 check, which is not a complete solution on all...Jean-Paul Calderone2012-03-091-5/+5
* minor doc tweakJean-Paul Calderone2012-02-081-1/+1
* Formatting and other mostly-stylistic changes.Jean-Paul Calderone2012-02-081-14/+15
* Grab Context.{set,get}_session_cache_mode from the sessions branch, plus the ...Jean-Paul Calderone2012-02-081-0/+34
* Update set_mode API docs to use rst instead of epytext.Jean-Paul Calderone2011-09-111-2/+2
* merge trunkJean-Paul Calderone2011-09-111-0/+18
|\
| * Brace styleJean-Paul Calderone2011-09-081-3/+3
| * - Add Context.set_mode methodGuillermo Gonzalez2011-08-291-0/+18
* | Fix most of the doc compilation warning/errorsJonathan Ballet2011-07-161-1/+1
* | Convert Epytext markup to RST markupJonathan Ballet2011-07-161-54/+54
|/
* And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv...Jean-Paul Calderone2011-05-261-0/+71
* Support OpenSSL 1.0Jean-Paul Calderone2011-05-101-1/+20
|\
| * Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shiftJean-Paul Calderone2011-04-141-1/+4
| * Expose OpenSSL version info and handle missing SSLv2_METHOD supportJean-Paul Calderone2011-04-141-2/+18
* | A bunch of PyPy fixesJean-Paul Calderone2011-04-181-0/+3
|\ \
| * | Add a lot of missing Py_INCREFJean-Paul Calderone2011-03-121-0/+3
* | | Catch up to trunkJean-Paul Calderone2011-04-181-2/+3
|\ \ \ | |/ / |/| / | |/
| * Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-021-2/+3
* | Catch up to trunkJean-Paul Calderone2010-12-031-0/+3
|/
* remove debug printsJean-Paul Calderone2010-10-311-4/+0
* diagnosticJean-Paul Calderone2010-10-311-0/+4
* Apply that strategy to the two other functionsJean-Paul Calderone2010-10-311-2/+2
* merge trunkJean-Paul Calderone2010-09-141-4/+8
|\
| * Sort of add a load_tmp_dh test; also a Context.set_cipher_list testJean-Paul Calderone2010-09-091-2/+4
| * Add tests for get_verify_modeJean-Paul Calderone2010-09-091-2/+4
* | Fix the import_crypto_module helper and factor some str/unicode helpers into ...Jean-Paul Calderone2010-08-221-1/+1
* | fix the type checking codeJean-Paul Calderone2010-08-111-1/+1
* | fix module init return values and type initializers and unicode/bytes convers...Jean-Paul Calderone2010-08-111-2/+10
* | Convert to getattro some more; also swap PyBytes_AsString for _PyUnicode_AsSt...Jean-Paul Calderone2010-08-111-2/+2
* | OpenSSL.SSL mostly builds cleanly nowJean-Paul Calderone2010-08-111-8/+7
|/
* Turns out the exception propagation here works after allJean-Paul Calderone2010-07-301-9/+8
* Move the src directory to an OpenSSL directory so it can be a package even in...Jean-Paul Calderone2010-07-271-0/+1312