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
*
[2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)
stratakis
2019-02-15
1
-0/+4
*
[2.7] bpo-28043: improved default settings for SSLContext (GH-10608)
stratakis
2019-02-15
1
-0/+31
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Miss Islington (bot)
2019-01-15
1
-0/+4
*
[2.7] bpo-34710: fix SSL module build (GH-9347) (GH-9353)
Christian Heimes
2018-09-17
1
-0/+1
*
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)
Christian Heimes
2018-03-24
1
-8/+16
*
[2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882)
Christian Heimes
2018-02-25
1
-21/+26
*
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
Christian Heimes
2018-02-25
1
-1/+2
*
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
Christian Heimes
2018-02-25
1
-7/+20
*
[2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)
Miss Islington (bot)
2018-02-25
1
-2/+40
*
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
Christian Heimes
2018-02-25
1
-4/+17
*
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
Christian Heimes
2017-09-08
1
-0/+13
*
[2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433)
Christian Heimes
2017-09-07
1
-2/+1
*
[2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322)
Christian Heimes
2017-09-05
1
-41/+48
*
[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343)
Christian Heimes
2017-09-05
1
-1/+5
*
[2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316)
Christian Heimes
2017-09-04
1
-7/+9
*
bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
2017-09-04
1
-0/+2
*
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
Mariatta
2017-04-15
1
-7/+1
*
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
Donald Stufft
2017-03-02
1
-2/+2
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1/+34
*
Issue #26470: Use short name rather than name for compression name to fix #27...
Christian Heimes
2016-09-05
1
-6/+1
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-41/+131
*
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+8
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-3/+3
*
fix leak of keyfile_bytes
Benjamin Peterson
2016-06-09
1
-0/+1
*
stop leaking certfile_bytes (closes #27267)
Benjamin Peterson
2016-06-09
1
-0/+1
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Martin Panter
2016-03-27
1
-0/+4
*
open the cert store readonly
Benjamin Peterson
2016-02-18
1
-2/+6
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
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
*
fix build with older openssl (#25569)
Benjamin Peterson
2015-11-14
1
-1/+1
*
always set OP_NO_SSLv3 by default (closes #25530)
Benjamin Peterson
2015-11-12
1
-0/+2
*
fix memory leak in _get_crl_dp (closes #25569)
Benjamin Peterson
2015-11-12
1
-28/+24
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
improve style of the convert macro (#24655)
Benjamin Peterson
2015-07-18
1
-7/+7
*
remove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson
2015-04-06
1
-2/+2
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-0/+4
*
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 #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-3/+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
*
pep 466 backport of alpn (#20188)
Benjamin Peterson
2015-01-23
1
-22/+110
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-3/+10
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
1
-0/+4
*
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...
Benjamin Peterson
2014-11-24
1
-6/+0
*
allow keyfile argument to be None (closes #22787)
Benjamin Peterson
2014-11-04
1
-7/+23
[next]