summaryrefslogtreecommitdiff
path: root/Lib/ssl.py
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-11/+13
* Merged revisions 88664 via svnmerge fromAntoine Pitrou2011-02-261-9/+26
* Issue #9729: Fix the signature of SSLSocket.recvfrom() andAntoine Pitrou2010-09-141-8/+10
* Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newlineAntoine Pitrou2010-04-271-1/+1
* When calling getpeername() in SSLSocket.__init__, only silence exceptionsAntoine Pitrou2010-04-261-1/+4
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-241-6/+1
* Issue #5238: Calling makefile() on an SSL object would prevent theAntoine Pitrou2010-04-231-1/+3
* Issue #7943: Fix circular reference created when instantiating an SSLAntoine Pitrou2010-04-231-8/+9
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-5/+9
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-0/+1
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-211-20/+6
* #7730: remove spaces after functions namesEzio Melotti2010-01-181-17/+17
* fix name collision issuesBenjamin Peterson2008-12-311-3/+3
* #4788 qualify some bare except clausesBenjamin Peterson2008-12-311-2/+2
* fix for release blocker 3910, 2.6 regression in socket.ssl methodBill Janssen2008-09-291-2/+13
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-5/+39
* remove duplicate close() from ssl.py; expose unwrap and add test for itBill Janssen2008-08-121-4/+8
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-256/+105
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-161-25/+311
* More work on SSL support.Bill Janssen2007-09-101-10/+39
* Added docstrings to methods and functions.Bill Janssen2007-08-301-0/+36
* This contains a number of things:Bill Janssen2007-08-291-125/+74
* Bill Janssen wrote:Guido van Rossum2007-08-261-4/+5
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+252