| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-08 | 1 | -1/+7 |
|
|
* | Merge fix for issue #11746 | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|\ |
|
| * | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva... | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -3/+0 |
|/ |
|
* | Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). | Victor Stinner | 2011-01-29 | 1 | -1/+1 |
|
|
* | Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) | Hirokazu Yamamoto | 2010-12-09 | 1 | -2/+4 |
|
|
* | Issue #10272: The ssl module now raises socket.timeout instead of a generic | Antoine Pitrou | 2010-12-03 | 1 | -7/+7 |
|
|
* | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 1 | -0/+12 |
|
|
* | Issue #10022: The dictionary returned by the `getpeercert()` method | Antoine Pitrou | 2010-11-09 | 1 | -53/+47 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -5/+40 |
|
|
* | constify to appease compiler warnings | Benjamin Peterson | 2010-10-13 | 1 | -2/+2 |
|
|
* | Define a "session_id_context" at context creation. This is recommended | Antoine Pitrou | 2010-10-13 | 1 | -0/+5 |
|
|
* | Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL). | Gregory P. Smith | 2010-10-13 | 1 | -2/+4 |
|
|
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -0/+41 |
|
|
* | Issue #3805: clean up implementation of the _read method in _ssl.c. | Antoine Pitrou | 2010-09-03 | 1 | -29/+30 |
|
|
* | Try to fix some buildbot failures on test_ssl | Antoine Pitrou | 2010-09-01 | 1 | -0/+1 |
|
|
* | Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenS... | Giampaolo Rodolà | 2010-09-01 | 1 | -0/+3 |
|
|
* | Fix issue issue9706: provides a better error handling for various SSL operations | Giampaolo Rodolà | 2010-08-29 | 1 | -3/+20 |
|
|
* | Fix memory leak in ssl module. | Mark Dickinson | 2010-08-03 | 1 | -0/+1 |
|
|
* | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -1/+0 |
|
|
* | Issue #8682: The ssl module now temporary increments the reference count of | Antoine Pitrou | 2010-06-24 | 1 | -19/+42 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -0/+44 |
|
|
* | Merged revisions 81241 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+3 |
|
|
* | Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path | Victor Stinner | 2010-05-16 | 1 | -7/+9 |
|
|
* | Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes | Victor Stinner | 2010-05-16 | 1 | -5/+5 |
|
|
* | Fix (hopefully) the remaining test_ssl buildbot failures | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -186/+349 |
|
|
* | Merged revisions 81115 via svnmerge from | Antoine Pitrou | 2010-05-12 | 1 | -33/+26 |
|
|
* | Merged revisions 80789 via svnmerge from | Antoine Pitrou | 2010-05-05 | 1 | -1417/+1417 |
|
|
* | 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 | -9/+14 |
|
|
* | 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 80151 via svnmerge from | Antoine Pitrou | 2010-04-17 | 1 | -5/+15 |
|
|
* | Merged revisions 79910 via svnmerge from | Antoine Pitrou | 2010-04-09 | 1 | -0/+2 |
|
|
* | Merged revisions 79812 via svnmerge from | Antoine Pitrou | 2010-04-05 | 1 | -1/+30 |
|
|
* | Merged revisions 79448 via svnmerge from | Antoine Pitrou | 2010-03-26 | 1 | -2/+1 |
|
|
* | Merged revisions 78596 via svnmerge from | Victor Stinner | 2010-03-02 | 1 | -0/+5 |
|
|
* | Merged revisions 75529 via svnmerge from | Antoine Pitrou | 2009-11-25 | 1 | -11/+16 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+6 |
|
|
* | #4967 fix buggy read() | Benjamin Peterson | 2009-02-28 | 1 | -36/+33 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Fix signed/unsigned mismatch. | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
|
|
* | clean up ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 1 | -0/+40 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -7/+17 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+22 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|