| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio... | Antoine Pitrou | 2012-03-21 | 1 | -4/+50 |
|
|
* | Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. | Antoine Pitrou | 2012-02-19 | 1 | -1/+2 |
|
|
* | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -25/+25 |
|\ |
|
| * | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -20/+20 |
|
|
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|
|
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl module | Antoine Pitrou | 2012-01-03 | 1 | -1/+21 |
|\ \
| |/ |
|
| * | Issue #13636: Weak ciphers are now disabled by default in the ssl module | Antoine Pitrou | 2012-01-03 | 1 | -1/+21 |
|
|
* | | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the | Antoine Pitrou | 2011-12-22 | 1 | -0/+29 |
|
|
* | | Use context managers in test_ssl to simplify test writing. | Antoine Pitrou | 2011-12-21 | 1 | -83/+43 |
|\ \
| |/ |
|
| * | Use context managers in test_ssl to simplify test writing. | Antoine Pitrou | 2011-12-21 | 1 | -68/+35 |
|
|
* | | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. | Antoine Pitrou | 2011-12-21 | 1 | -0/+2 |
|
|
* | | Fix for buggy test | Antoine Pitrou | 2011-12-20 | 1 | -0/+1 |
|
|
* | | Issue #13634: Add support for querying and disabling SSL compression. | Antoine Pitrou | 2011-12-20 | 1 | -0/+26 |
|
|
* | | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman | Antoine Pitrou | 2011-12-19 | 1 | -0/+10 |
|
|
* | | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers | Antoine Pitrou | 2011-12-19 | 1 | -0/+1 |
|
|
* | | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. | Barry Warsaw | 2011-10-28 | 1 | -2/+4 |
|
|
* | | Issue #11183: Add finer-grained exceptions to the ssl module, so that | Antoine Pitrou | 2011-10-27 | 1 | -20/+13 |
|
|
* | | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -0/+26 |
|\ \
| |/ |
|
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi... | Antoine Pitrou | 2011-10-01 | 1 | -0/+26 |
|
|
* | | Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe... | Nick Coghlan | 2011-08-27 | 1 | -0/+8 |
|
|
* | | Issue #12803: SSLContext.load_cert_chain() now accepts a password argument | Antoine Pitrou | 2011-08-25 | 1 | -0/+57 |
|
|
* | | Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ... | Nick Coghlan | 2011-08-23 | 1 | -16/+0 |
|
|
* | | Add support for the send/recvmsg API to the socket module. Patch by David Wat... | Nick Coghlan | 2011-08-22 | 1 | -0/+16 |
|
|
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so as | Antoine Pitrou | 2011-07-20 | 1 | -0/+91 |
|
|
* | | Issue #12440: When testing whether some bits in SSLContext.options can be | Antoine Pitrou | 2011-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #12440: When testing whether some bits in SSLContext.options can be | Antoine Pitrou | 2011-07-08 | 1 | -1/+1 |
|
|
* | | Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
|
|
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -0/+8 |
|
|
* | | Issue #12065: connect_ex() on an SSL socket now returns the original errno | Antoine Pitrou | 2011-05-18 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Issue #12065: connect_ex() on an SSL socket now returns the original errno | Antoine Pitrou | 2011-05-18 | 1 | -0/+17 |
|
|
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -23/+33 |
| |\ |
|
| | * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -11/+15 |
|
|
| | * | Merged revisions 87861,87863 via svnmerge from | Antoine Pitrou | 2011-01-08 | 1 | -1/+1 |
|
|
| | * | Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84807 via svnmerge from | Antoine Pitrou | 2010-09-14 | 1 | -0/+12 |
|
|
| | * | Merged revisions 84650 via svnmerge from | Antoine Pitrou | 2010-09-09 | 1 | -82/+80 |
|
|
| | * | Merged revisions 84597-84599 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -4/+4 |
|
|
| | * | Merged revisions 84021-84023 via svnmerge from | Antoine Pitrou | 2010-08-14 | 1 | -2/+6 |
|
|
| | * | Issue #8629: Disable some test_ssl tests, since they give different | Antoine Pitrou | 2010-05-06 | 1 | -5/+13 |
|
|
| | * | Merged revisions 80692 via svnmerge from | Antoine Pitrou | 2010-05-01 | 1 | -21/+0 |
|
|
| | * | Merged revisions 80603 via svnmerge from | Antoine Pitrou | 2010-04-28 | 1 | -2/+2 |
|
|
| | * | Merged revisions 80598 via svnmerge from | Antoine Pitrou | 2010-04-28 | 1 | -188/+188 |
|
|
| | * | Merged revisions 80559 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -0/+4 |
|
|
| | * | Merged revisions 80536 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -0/+3 |
|
|
| | * | Merged revisions 80532 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -159/+104 |
|
|
| | * | Merged revisions 80528 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -46/+3 |
|
|
| | * | Merged revisions 80524 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -23/+23 |
|
|
| | * | Merged revisions 80456 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -11/+18 |
|
|