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 #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
|
|
*
Merged revisions 78598 via svnmerge from
Victor Stinner
2010-03-02
1
-0/+5
|
|
*
Merged revisions 73623-73624 via svnmerge from
Benjamin Peterson
2009-06-28
1
-1/+1
*
|
|
Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
Victor Stinner
2011-05-24
1
-0/+67
*
|
|
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
[prev]
[next]