index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-6/+7
*
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
1
-1/+6
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-1/+5
*
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Antoine Pitrou
2012-02-15
1
-9/+14
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-1/+2
|
\
|
*
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
*
|
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+1
*
|
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
1
-1/+1
*
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-3/+1
*
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-1/+7
*
|
Merged revisions 87140 via svnmerge from
Hirokazu Yamamoto
2010-12-09
1
-2/+4
*
|
Merged revisions 85432 via svnmerge from
Benjamin Peterson
2010-10-13
1
-2/+2
*
|
Merged revisions 83677 via svnmerge from
Mark Dickinson
2010-08-03
1
-0/+1
*
|
Issue #9075: In the ssl module, remove the setting of a `debug` flag
Antoine Pitrou
2010-06-25
1
-1/+0
*
|
Clear the OpenSSL error queue each time an error is signalled.
Antoine Pitrou
2010-05-16
1
-0/+3
*
|
Improve _ssl.c formatting
Antoine Pitrou
2010-05-12
1
-34/+27
*
|
Untabify Modules/_ssl.c
Antoine Pitrou
2010-05-05
1
-1346/+1346
*
|
Remove unneeded variable initialization.
Brett Cannon
2010-05-03
1
-3/+0
*
|
Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Antoine Pitrou
2010-04-27
1
-1/+1
*
|
The do_handshake() method of SSL objects now adjusts the blocking mode of
Antoine Pitrou
2010-04-24
1
-1/+6
*
|
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
Antoine Pitrou
2010-04-22
1
-6/+63
*
|
Issue #8484: Load all ciphers and digest algorithms when initializing
Antoine Pitrou
2010-04-21
1
-1/+2
*
|
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
Antoine Pitrou
2010-04-17
1
-5/+15
*
|
Revert r79915 (temporary commit to check for buildbots -> the fix was success...
Antoine Pitrou
2010-04-09
1
-35/+6
*
|
Temporarily commit fix to issue #8108, to check for buildbot response
Antoine Pitrou
2010-04-09
1
-6/+35
*
|
SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation
Antoine Pitrou
2010-04-09
1
-0/+2
*
|
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
1
-1/+29
*
|
Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc...
Antoine Pitrou
2010-03-26
1
-2/+1
*
|
Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
Victor Stinner
2010-03-02
1
-0/+5
*
|
Issue #7133: SSL objects now support the new buffer API.
Antoine Pitrou
2009-10-19
1
-11/+16
*
|
Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
Jeffrey Yasskin
2009-05-29
1
-1/+1
*
|
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
[next]