summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-081-1/+7
* Merge fix for issue #11746Antoine Pitrou2011-04-031-1/+1
|\
| * Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-1/+1
* | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-3/+0
|/
* Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).Victor Stinner2011-01-291-1/+1
* Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)Hirokazu Yamamoto2010-12-091-2/+4
* Issue #10272: The ssl module now raises socket.timeout instead of a genericAntoine Pitrou2010-12-031-7/+7
* Issue #10443: Add the SSLContext.set_default_verify_paths() method.Antoine Pitrou2010-11-171-0/+12
* Issue #10022: The dictionary returned by the `getpeercert()` methodAntoine Pitrou2010-11-091-53/+47
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-5/+40
* constify to appease compiler warningsBenjamin Peterson2010-10-131-2/+2
* Define a "session_id_context" at context creation. This is recommendedAntoine Pitrou2010-10-131-0/+5
* Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL).Gregory P. Smith2010-10-131-2/+4
* Issue #10075: Add a session_stats() method to SSLContext objects.Antoine Pitrou2010-10-121-0/+41
* Issue #3805: clean up implementation of the _read method in _ssl.c.Antoine Pitrou2010-09-031-29/+30
* Try to fix some buildbot failures on test_sslAntoine Pitrou2010-09-011-0/+1
* Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenS...Giampaolo Rodolà2010-09-011-0/+3
* Fix issue issue9706: provides a better error handling for various SSL operationsGiampaolo Rodolà2010-08-291-3/+20
* Fix memory leak in ssl module.Mark Dickinson2010-08-031-0/+1
* Merged revisions 82210 via svnmerge fromAntoine Pitrou2010-06-251-1/+0
* Issue #8682: The ssl module now temporary increments the reference count ofAntoine Pitrou2010-06-241-19/+42
* Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-211-0/+44
* Merged revisions 81241 via svnmerge fromAntoine Pitrou2010-05-161-0/+3
* Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the pathVictor Stinner2010-05-161-7/+9
* Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytesVictor Stinner2010-05-161-5/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-161-0/+4
* Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-161-186/+349
* Merged revisions 81115 via svnmerge fromAntoine Pitrou2010-05-121-33/+26
* Merged revisions 80789 via svnmerge fromAntoine Pitrou2010-05-051-1417/+1417
* Merged revisions 80540 via svnmerge fromAntoine Pitrou2010-04-271-1/+1
* Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-241-9/+14
* Merged revisions 80392 via svnmerge fromAntoine Pitrou2010-04-231-6/+63
* Merged revisions 80314-80315 via svnmerge fromAntoine Pitrou2010-04-211-1/+2
* Merged revisions 80151 via svnmerge fromAntoine Pitrou2010-04-171-5/+15
* Merged revisions 79910 via svnmerge fromAntoine Pitrou2010-04-091-0/+2
* Merged revisions 79812 via svnmerge fromAntoine Pitrou2010-04-051-1/+30
* Merged revisions 79448 via svnmerge fromAntoine Pitrou2010-03-261-2/+1
* Merged revisions 78596 via svnmerge fromVictor Stinner2010-03-021-0/+5
* Merged revisions 75529 via svnmerge fromAntoine Pitrou2009-11-251-11/+16
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-1/+1
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+6
* #4967 fix buggy read()Benjamin Peterson2009-02-281-36/+33
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
* clean up ssl.py; expose unwrap and add test for itBill Janssen2008-08-121-0/+40
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-7/+17
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-8/+22
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-6/+6