| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA... | Christian Heimes | 2013-09-05 | 1 | -1/+1 |
|
|
| * | - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Barry Warsaw | 2013-08-23 | 1 | -3/+61 |
|
|
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ... | Antoine Pitrou | 2012-01-27 | 1 | -1/+2 |
|
|
| * | Merged revisions 83680,83685 via svnmerge from | Mark Dickinson | 2010-08-03 | 1 | -0/+1 |
|
|
| * | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -1/+0 |
|
|
| * | Merged revisions 81241 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+3 |
|
|
| * | Merged revisions 81115 via svnmerge from | Antoine Pitrou | 2010-05-12 | 1 | -34/+27 |
|
|
| * | Merged revisions 80789 via svnmerge from | Antoine Pitrou | 2010-05-05 | 1 | -1307/+1307 |
|
|
| * | Merged revisions 80540 via svnmerge from | Antoine Pitrou | 2010-04-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 80451-80452 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -1/+6 |
|
|
| * | Merged revisions 80392 via svnmerge from | Antoine Pitrou | 2010-04-23 | 1 | -6/+63 |
|
|
| * | Merged revisions 80314-80315 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -1/+2 |
|
|
| * | Merged revisions 79910 via svnmerge from | Antoine Pitrou | 2010-04-09 | 1 | -0/+2 |
|
|
| * | Merged revisions 79448 via svnmerge from | Antoine Pitrou | 2010-03-26 | 1 | -2/+1 |
|
|
| * | Reverting r78597. This is not a critical fix and we're in rc mode. | Barry Warsaw | 2010-03-03 | 1 | -5/+0 |
|
|
| * | Merged revisions 78596 via svnmerge from | Victor Stinner | 2010-03-02 | 1 | -0/+5 |
|
|
| * | Fix signed/unsigned mismatch. | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
|
|
| * | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 1 | -58/+145 |
|
|
| * | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -21/+21 |
|
|
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -21/+21 |
|
|
| * | Fix compiler warnings | Neal Norwitz | 2008-03-27 | 1 | -2/+2 |
|
|
| * | Initialize variable to prevent warning on some platform/config. | Neal Norwitz | 2008-01-27 | 1 | -2/+2 |
|
|
| * | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
| * | Fixed warning in ssl module | Christian Heimes | 2007-12-14 | 1 | -1/+1 |
|
|
| * | Add support for asyncore server-side SSL support. This requires | Bill Janssen | 2007-09-16 | 1 | -49/+4 |
|
|
| * | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -131/+672 |
|
|
| * | SSL certificate distinguished names should be represented by tuples | Bill Janssen | 2007-09-05 | 1 | -10/+15 |
|
|
| * | > Some of the code sets the error string in this directly before | Guido van Rossum | 2007-08-27 | 1 | -88/+110 |
|
|
| * | Fix a few more variables to try to get this to compile with Visual Studio. | Neal Norwitz | 2007-08-25 | 1 | -2/+3 |
|
|
| * | Try to get this to build with Visual Studio by moving all the variable | Neal Norwitz | 2007-08-25 | 1 | -17/+24 |
|
|
| * | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -91/+386 |
|
|
| * | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -5/+4 |
|
|
| * | Fix various minor errors in passing arguments to | Martin v. Löwis | 2006-10-19 | 1 | -1/+1 |
|
|
| * | #1494314: Fix a regression with high-numbered sockets in 2.4.3. This | Anthony Baxter | 2006-07-11 | 1 | -1/+28 |
|
|
| * | Don't mask a no memory error with a less meaningful one as discussed on pytho... | Neal Norwitz | 2006-05-11 | 1 | -3/+1 |
|
|
| * | Fix problems found by Coverity. | Neal Norwitz | 2006-05-10 | 1 | -3/+3 |
|
|
| * | Remove unused field | Neal Norwitz | 2006-04-17 | 1 | -1/+0 |
|
|
| * | Patch #1380952: fix SSL objects timing out on consecutive read()s | Georg Brandl | 2006-03-31 | 1 | -8/+15 |
|
|
| * | Try to improve name based on discussion on python-checkins with Jim Jewett | Neal Norwitz | 2006-02-13 | 1 | -5/+5 |
|
|
| * | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. | Martin v. Löwis | 2006-02-11 | 1 | -0/+2 |
|
|
| * | Bug #876637, prevent stack corruption when socket descriptor | Neal Norwitz | 2006-02-07 | 1 | -0/+14 |
|
|
| * | Fix indentation (whitespace only). | Neal Norwitz | 2006-02-07 | 1 | -3/+3 |
|
|
| * | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
| * | Add a missing decref -- PyErr_SetObject increfs the 'object'! | Michael W. Hudson | 2004-08-04 | 1 | -0/+1 |
|
|
| * | [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compat... | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+1 |
|
|
| * | [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i... | Andrew M. Kuchling | 2004-07-10 | 1 | -26/+60 |
|
|
| * | Make socket.sslerror a subclass of socket.error . | Brett Cannon | 2004-03-23 | 1 | -1/+3 |
|
|
| * | Patch #803998: Correctly check for error in SSL_write. | Martin v. Löwis | 2003-10-27 | 1 | -2/+3 |
|
|
| * | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
| * | Fix SF #754870, SSL crash interpreter when remote side closes during connect | Neal Norwitz | 2003-06-30 | 1 | -1/+2 |
|
|