summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().Antoine Pitrou2012-02-151-9/+14
* Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-1/+2
|\
| * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-1/+2
| * Merged revisions 83680,83685 via svnmerge fromMark Dickinson2010-08-031-0/+1
| * Merged revisions 82210 via svnmerge fromAntoine Pitrou2010-06-251-1/+0
| * Merged revisions 81241 via svnmerge fromAntoine Pitrou2010-05-161-0/+3
| * Merged revisions 81115 via svnmerge fromAntoine Pitrou2010-05-121-34/+27
| * Merged revisions 80789 via svnmerge fromAntoine Pitrou2010-05-051-1307/+1307
| * Merged revisions 80540 via svnmerge fromAntoine Pitrou2010-04-271-1/+1
| * Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-241-1/+6
| * 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 79910 via svnmerge fromAntoine Pitrou2010-04-091-0/+2
| * Merged revisions 79448 via svnmerge fromAntoine Pitrou2010-03-261-2/+1
| * Reverting r78597. This is not a critical fix and we're in rc mode.Barry Warsaw2010-03-031-5/+0
| * Merged revisions 78596 via svnmerge fromVictor Stinner2010-03-021-0/+5
| * Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
* | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-231-0/+1
* | Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-1/+1
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-3/+1
* | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-1/+7
* | Merged revisions 87140 via svnmerge fromHirokazu Yamamoto2010-12-091-2/+4
* | Merged revisions 85432 via svnmerge fromBenjamin Peterson2010-10-131-2/+2
* | Merged revisions 83677 via svnmerge fromMark Dickinson2010-08-031-0/+1
* | Issue #9075: In the ssl module, remove the setting of a `debug` flagAntoine Pitrou2010-06-251-1/+0
* | Clear the OpenSSL error queue each time an error is signalled.Antoine Pitrou2010-05-161-0/+3
* | Improve _ssl.c formattingAntoine Pitrou2010-05-121-34/+27
* | Untabify Modules/_ssl.cAntoine Pitrou2010-05-051-1346/+1346
* | Remove unneeded variable initialization.Brett Cannon2010-05-031-3/+0
* | Issue #8549: Fix compiling the _ssl extension under AIX. Patch byAntoine Pitrou2010-04-271-1/+1
* | The do_handshake() method of SSL objects now adjusts the blocking mode ofAntoine Pitrou2010-04-241-1/+6
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-6/+63
* | Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-211-1/+2
* | Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-5/+15
* | Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-091-35/+6
* | Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-091-6/+35
* | SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilationAntoine Pitrou2010-04-091-0/+2
* | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-1/+29
* | Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc...Antoine Pitrou2010-03-261-2/+1
* | Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() andVictor Stinner2010-03-021-0/+5
* | Issue #7133: SSL objects now support the new buffer API.Antoine Pitrou2009-10-191-11/+16
* | Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-gJeffrey Yasskin2009-05-291-1/+1
* | Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
|/
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-58/+145
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-21/+21
* Renamed PyString to PyBytesChristian Heimes2008-05-261-21/+21
* Fix compiler warningsNeal Norwitz2008-03-271-2/+2
* Initialize variable to prevent warning on some platform/config.Neal Norwitz2008-01-271-2/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-3/+3
* Fixed warning in ssl moduleChristian Heimes2007-12-141-1/+1