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 #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_pr...
Christian Heimes
2012-09-20
1
-0/+7
*
MERGE: Closes #15793: Stack corruption in ssl.RAND_egd()
Jesus Cea
2012-09-11
1
-1/+1
|
\
|
*
Closes #15793: Stack corruption in ssl.RAND_egd()
Jesus Cea
2012-09-11
1
-1/+1
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-3/+3
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-1/+5
*
|
Issue #14837: SSL errors now have `library` and `reason` attributes describin...
Antoine Pitrou
2012-06-22
1
-63/+199
*
|
Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...
Antoine Pitrou
2012-03-21
1
-0/+115
*
|
Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay.
Antoine Pitrou
2012-02-19
1
-0/+5
*
|
Try to really fix compilation failures of the _ssl module under very old Open...
Antoine Pitrou
2012-02-17
1
-0/+6
*
|
Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined
Antoine Pitrou
2012-02-17
1
-0/+2
*
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Antoine Pitrou
2012-02-15
1
-9/+14
|
\
\
|
|
/
|
*
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
-2/+4
|
\
\
|
|
/
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-2/+4
|
|
\
|
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-1/+2
*
|
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+35
*
|
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
Antoine Pitrou
2011-12-21
1
-0/+12
*
|
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
1
-0/+24
*
|
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
1
-0/+30
*
|
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
Antoine Pitrou
2011-12-19
1
-0/+2
*
|
|
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+1
*
|
|
Issue #11183: Add finer-grained exceptions to the ssl module, so that
Antoine Pitrou
2011-10-27
1
-3/+57
*
|
|
Add a docstring to SSLError
Antoine Pitrou
2011-10-22
1
-3/+8
*
|
|
Use PyExc_OSError directly instead of grabbing it from the socket module API
Antoine Pitrou
2011-10-22
1
-1/+1
*
|
|
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
1
-1/+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
|
\
\
\
|
|
/
/
|
*
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-3/+1
*
|
|
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
Antoine Pitrou
2011-08-25
1
-21/+149
*
|
|
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
Antoine Pitrou
2011-07-20
1
-0/+60
*
|
|
Issue #12440: When testing whether some bits in SSLContext.options can be
Antoine Pitrou
2011-07-08
1
-9/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #12440: When testing whether some bits in SSLContext.options can be
Antoine Pitrou
2011-07-08
1
-9/+25
|
*
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-1/+7
|
|
\
\
|
|
|
/
|
|
*
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 84464 via svnmerge from
Antoine Pitrou
2010-09-03
1
-29/+30
|
|
*
Merged revisions 83677 via svnmerge from
Mark Dickinson
2010-08-03
1
-0/+1
|
|
*
Merged revisions 82211 via svnmerge from
Antoine Pitrou
2010-06-25
1
-1/+0
|
|
*
Merged revisions 82204 via svnmerge from
Antoine Pitrou
2010-06-24
1
-27/+53
|
|
*
Merged revisions 81242 via svnmerge from
Antoine Pitrou
2010-05-16
1
-0/+3
|
|
*
Merged revisions 81116 via svnmerge from
Antoine Pitrou
2010-05-12
1
-33/+26
|
|
*
Merged revisions 80790 via svnmerge from
Antoine Pitrou
2010-05-05
1
-1376/+1376
|
|
*
Merged revisions 80542 via svnmerge from
Antoine Pitrou
2010-04-27
1
-1/+1
|
|
*
Merged revisions 80454 via svnmerge from
Antoine Pitrou
2010-04-24
1
-9/+14
|
|
*
Merged revisions 80394 via svnmerge from
Antoine Pitrou
2010-04-23
1
-6/+63
|
|
*
Merged revisions 80317 via svnmerge from
Antoine Pitrou
2010-04-21
1
-1/+2
|
|
*
Merged revisions 79912 via svnmerge from
Antoine Pitrou
2010-04-09
1
-0/+2
|
|
*
Merged revisions 79449,79452 via svnmerge from
Antoine Pitrou
2010-03-26
1
-2/+1
[next]