summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-041-3/+8
|\
| * Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-041-3/+8
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-211-4/+50
* | Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay.Antoine Pitrou2012-02-191-1/+2
* | Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-25/+25
|\ \ | |/
| * Issue #13895: fix test_ssl hanging under UbuntuAntoine Pitrou2012-01-281-20/+20
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
|\ \ | |/
| * Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-1/+21
|\ \ | |/
| * Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-1/+21
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-221-0/+29
* | Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-83/+43
|\ \ | |/
| * Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-68/+35
* | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.Antoine Pitrou2011-12-211-0/+2
* | Fix for buggy testAntoine Pitrou2011-12-201-0/+1
* | Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-201-0/+26
* | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-191-0/+10
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL serversAntoine Pitrou2011-12-191-0/+1
* | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-2/+4
|\ \ | |/
| * - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-2/+4
* | Issue #11183: Add finer-grained exceptions to the ssl module, so thatAntoine Pitrou2011-10-271-20/+13
* | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-0/+26
|\ \ | |/
| * Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-0/+26
* | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...Nick Coghlan2011-08-271-0/+8
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-0/+57
* | Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ...Nick Coghlan2011-08-231-16/+0
* | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-221-0/+16
* | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-201-0/+91
* | Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-081-1/+1
|\ \ | |/
| * Issue #12440: When testing whether some bits in SSLContext.options can beAntoine Pitrou2011-07-081-1/+1
* | Issue #12049: test_ssl now checks also that RAND_bytes() raises an error ifVictor Stinner2011-05-251-0/+2
* | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-241-0/+8
* | Issue #12065: connect_ex() on an SSL socket now returns the original errnoAntoine Pitrou2011-05-181-0/+17
|\ \ | |/
| * Issue #12065: connect_ex() on an SSL socket now returns the original errnoAntoine Pitrou2011-05-181-0/+17
| * (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-23/+33
| |\
| | * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-11/+15
| | * Merged revisions 87861,87863 via svnmerge fromAntoine Pitrou2011-01-081-1/+1
| | * Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,...Georg Brandl2010-11-261-1/+1
| | * Merged revisions 84807 via svnmerge fromAntoine Pitrou2010-09-141-0/+12
| | * Merged revisions 84650 via svnmerge fromAntoine Pitrou2010-09-091-82/+80
| | * Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-4/+4
| | * Merged revisions 84021-84023 via svnmerge fromAntoine Pitrou2010-08-141-2/+6
| | * Issue #8629: Disable some test_ssl tests, since they give differentAntoine Pitrou2010-05-061-5/+13
| | * Merged revisions 80692 via svnmerge fromAntoine Pitrou2010-05-011-21/+0
| | * Merged revisions 80603 via svnmerge fromAntoine Pitrou2010-04-281-2/+2
| | * Merged revisions 80598 via svnmerge fromAntoine Pitrou2010-04-281-188/+188
| | * Merged revisions 80559 via svnmerge fromAntoine Pitrou2010-04-271-0/+4
| | * Merged revisions 80536 via svnmerge fromAntoine Pitrou2010-04-271-0/+3
| | * Merged revisions 80532 via svnmerge fromAntoine Pitrou2010-04-271-159/+104
| | * Merged revisions 80528 via svnmerge fromAntoine Pitrou2010-04-271-46/+3