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
*
Safely downcast SOCKET_T to int in _ssl module
Christian Heimes
2013-11-18
1
-3/+5
*
Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, N...
Christian Heimes
2013-11-17
1
-0/+91
*
Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure
Victor Stinner
2013-10-31
1
-0/+4
*
Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()
Victor Stinner
2013-10-31
1
-1/+5
*
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
1
-67/+0
|
\
|
*
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
1
-67/+0
*
|
#19227: merge with 3.3
Georg Brandl
2013-10-27
1
-7/+8
|
\
\
|
|
/
|
*
Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
Georg Brandl
2013-10-27
1
-7/+8
*
|
Properly initialize all fields of a SSL object after allocation.
Antoine Pitrou
2013-09-29
1
-0/+1
|
\
\
|
|
/
|
*
Properly initialize all fields of a SSL object after allocation.
Antoine Pitrou
2013-09-29
1
-0/+1
*
|
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...
Antoine Pitrou
2013-09-29
1
-1/+9
*
|
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-1/+1
*
|
Issue #18747: Fix spelling errors in my commit message and comments,
Christian Heimes
2013-08-25
1
-2/+2
|
\
\
|
|
/
|
*
Issue #18747: Fix spelling errors in my commit message and comments,
Christian Heimes
2013-08-25
1
-2/+2
*
|
Fix compiler warning on Windows.
Richard Oudkerk
2013-08-24
1
-1/+1
*
|
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
Christian Heimes
2013-08-22
1
-12/+9
|
\
\
|
|
/
|
*
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
Christian Heimes
2013-08-22
1
-12/+9
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+72
|
\
\
|
|
/
|
*
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+72
*
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-1/+17
|
\
\
|
|
/
|
*
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-1/+17
*
|
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Christian Heimes
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Christian Heimes
2013-08-17
1
-1/+1
*
|
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
Christian Heimes
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
Christian Heimes
2013-08-17
1
-1/+1
*
|
#18466: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
#18466: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-5/+59
|
\
\
|
|
/
|
*
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-5/+59
*
|
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
Victor Stinner
2013-07-07
1
-4/+4
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner
2013-07-07
1
-2/+2
*
|
_ssl.c: strip trailing spaces
Victor Stinner
2013-06-24
1
-3/+3
*
|
(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
Victor Stinner
2013-06-24
1
-2/+7
|
\
\
|
|
/
|
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-2/+7
*
|
(Merge 3.3) Issue #18135: Fix a possible integer overflow in
Victor Stinner
2013-06-23
1
-10/+16
|
\
\
|
|
/
|
*
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
1
-5/+11
|
*
_ssl.c: strip trailing spaces
Victor Stinner
2013-06-23
1
-5/+5
*
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
1
-17/+127
*
|
Simplify return value of ssl.get_default_verify_paths
Christian Heimes
2013-06-14
1
-11/+3
*
|
fixd refleak
Christian Heimes
2013-06-10
1
-1/+9
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
1
-0/+132
*
|
get_default_verify_paths doesn't belong inside the ifdef block
Christian Heimes
2013-06-09
1
-1/+1
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
1
-0/+42
*
|
Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preproces...
Antoine Pitrou
2013-05-25
1
-3/+4
*
|
Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
Antoine Pitrou
2013-05-25
1
-1/+3
*
|
Fix a crash when setting a servername callback on a SSL server socket and the...
Antoine Pitrou
2013-04-11
1
-12/+18
[next]