| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ... | Antoine Pitrou | 2013-12-28 | 1 | -0/+5 |
|
|
* | Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on t... | Antoine Pitrou | 2013-05-06 | 1 | -11/+15 |
|
|
* | Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.... | Antoine Pitrou | 2012-12-28 | 1 | -9/+11 |
|
|
* | Issue #13636: Weak ciphers are now disabled by default in the ssl module | Antoine Pitrou | 2012-01-03 | 1 | -1/+10 |
|
|
* | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -11/+13 |
|
|
* | Merged revisions 88664 via svnmerge from | Antoine Pitrou | 2011-02-26 | 1 | -9/+26 |
|
|
* | Issue #9729: Fix the signature of SSLSocket.recvfrom() and | Antoine Pitrou | 2010-09-14 | 1 | -8/+10 |
|
|
* | Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline | Antoine Pitrou | 2010-04-27 | 1 | -1/+1 |
|
|
* | When calling getpeername() in SSLSocket.__init__, only silence exceptions | Antoine Pitrou | 2010-04-26 | 1 | -1/+4 |
|
|
* | Issue #5103: SSL handshake would ignore the socket timeout and block | Antoine Pitrou | 2010-04-24 | 1 | -6/+1 |
|
|
* | Issue #5238: Calling makefile() on an SSL object would prevent the | Antoine Pitrou | 2010-04-23 | 1 | -1/+3 |
|
|
* | Issue #7943: Fix circular reference created when instantiating an SSL | Antoine Pitrou | 2010-04-23 | 1 | -8/+9 |
|
|
* | Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the | Antoine Pitrou | 2010-04-17 | 1 | -5/+9 |
|
|
* | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, | Antoine Pitrou | 2010-04-05 | 1 | -0/+1 |
|
|
* | Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. | Antoine Pitrou | 2010-03-21 | 1 | -20/+6 |
|
|
* | #7730: remove spaces after functions names | Ezio Melotti | 2010-01-18 | 1 | -17/+17 |
|
|
* | fix name collision issues | Benjamin Peterson | 2008-12-31 | 1 | -3/+3 |
|
|
* | #4788 qualify some bare except clauses | Benjamin Peterson | 2008-12-31 | 1 | -2/+2 |
|
|
* | fix for release blocker 3910, 2.6 regression in socket.ssl method | Bill Janssen | 2008-09-29 | 1 | -2/+13 |
|
|
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 1 | -5/+39 |
|
|
* | remove duplicate close() from ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 1 | -4/+8 |
|
|
* | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 1 | -256/+105 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Add support for asyncore server-side SSL support. This requires | Bill Janssen | 2007-09-16 | 1 | -25/+311 |
|
|
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -10/+39 |
|
|
* | Added docstrings to methods and functions. | Bill Janssen | 2007-08-30 | 1 | -0/+36 |
|
|
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 1 | -125/+74 |
|
|
* | Bill Janssen wrote: | Guido van Rossum | 2007-08-26 | 1 | -4/+5 |
|
|
* | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -0/+252 |
|
|