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
*
merge 3.5 (closes #25672)
Benjamin Peterson
2016-01-08
1
-0/+17
|
\
|
*
enable SSL_MODE_RELEASE_BUFFERS
Benjamin Peterson
2016-01-08
1
-0/+17
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-4/+2
*
merge 3.4 (#25578)
Benjamin Peterson
2015-11-14
1
-2/+5
|
\
|
*
rm trailing ws
Benjamin Peterson
2015-11-14
1
-1/+1
|
*
fix possible memory lea k in _get_aia_uri (closes #25578)
Benjamin Peterson
2015-11-14
1
-1/+4
*
|
merge 3.4 (#25569)
Benjamin Peterson
2015-11-14
1
-1/+1
|
\
\
|
|
/
|
*
fix build with older openssl (#25569)
Benjamin Peterson
2015-11-14
1
-1/+1
*
|
merge 3.4 (#25530)
Benjamin Peterson
2015-11-12
1
-0/+2
|
\
\
|
|
/
|
*
always set OP_NO_SSLv3 by default (closes #25530)
Benjamin Peterson
2015-11-12
1
-0/+2
*
|
merge 3.5 (#25569)
Benjamin Peterson
2015-11-12
1
-28/+24
|
\
\
|
|
/
|
*
fix memory leak in _get_crl_dp (closes #25569)
Benjamin Peterson
2015-11-12
1
-28/+24
*
|
Issue #25523: Further a-to-an corrections new in 3.5.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
detect alpn by feature flag not openssl version (closes #23329)
Benjamin Peterson
2015-09-27
1
-2/+1
*
|
merge 3.4 (#24655)
Benjamin Peterson
2015-07-18
1
-7/+7
|
\
\
|
|
/
|
*
improve style of the convert macro (#24655)
Benjamin Peterson
2015-07-18
1
-7/+7
*
|
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-4/+4
*
|
Issue #20179: Converted the _ssl module to Argument Clinic.
Serhiy Storchaka
2015-05-03
1
-479/+541
*
|
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
Victor Stinner
2015-04-06
1
-17/+65
*
|
merge 3.4 (#23875)
Benjamin Peterson
2015-04-06
1
-2/+2
|
\
\
|
|
/
|
*
remove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson
2015-04-06
1
-2/+2
*
|
Issue #23853: Cleanup _ssl.c
Victor Stinner
2015-04-02
1
-45/+50
*
|
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner
2015-03-30
1
-2/+2
*
|
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner
2015-03-30
1
-3/+1
*
|
Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout
Victor Stinner
2015-03-28
1
-11/+14
*
|
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka
2015-03-20
1
-2/+6
*
|
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner
2015-03-18
1
-4/+2
*
|
merge 3.4
Benjamin Peterson
2015-03-05
1
-0/+4
|
\
\
|
|
/
|
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-0/+4
*
|
merge 3.4 (#23476)
Benjamin Peterson
2015-03-05
1
-0/+9
|
\
\
|
|
/
|
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+9
*
|
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-20/+0
|
\
\
|
|
/
|
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-20/+0
*
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-3/+4
|
\
\
|
|
/
|
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-3/+4
|
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+4
*
|
ifdef our way to compatibility with old openssl (closes #23335)
Benjamin Peterson
2015-01-28
1
-1/+1
*
|
disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...
Benjamin Peterson
2015-01-27
1
-1/+1
*
|
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-13/+20
*
|
add support for ALPN (closes #20188)
Benjamin Peterson
2015-01-23
1
-22/+110
*
|
use SSL_get_session
Benjamin Peterson
2015-01-07
1
-2/+3
*
|
expose the client's cipher suites from the handshake (closes #23186)
Benjamin Peterson
2015-01-07
1
-21/+51
*
|
Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.
Antoine Pitrou
2015-01-03
1
-53/+0
*
|
merge 3.4 (#22935)
Benjamin Peterson
2014-12-06
1
-0/+4
|
\
\
|
|
/
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
1
-0/+4
*
|
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2014-11-28
1
-0/+4
*
|
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
1
-12/+0
|
\
\
|
|
/
[next]