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
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+37
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
1
-11/+93
*
bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756)
Serhiy Storchaka
2019-05-31
1
-37/+52
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-8/+8
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
1
-1/+1
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
1
-1/+1
*
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
kctherookie
2019-03-28
1
-20/+89
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Christian Heimes
2019-01-15
1
-0/+4
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-0/+13
*
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner
2018-11-22
1
-3/+6
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
Zackery Spytz
2018-10-06
1
-2/+7
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-8/+92
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith
2018-09-22
1
-2/+2
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-60/+68
*
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean
2018-09-17
1
-0/+1
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
1
-2/+2
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
1
-2/+2
*
Remove an unneeded call into OpenSSL (GH-6887)
Alex Gaynor
2018-05-16
1
-1/+0
*
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Christian Heimes
2018-05-15
1
-0/+4
*
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
Alex Gaynor
2018-05-14
1
-1/+0
*
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800)
Alex Gaynor
2018-05-14
1
-5/+2
*
bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229)
Christian Heimes
2018-03-25
1
-3/+4
*
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)
Christian Heimes
2018-03-24
1
-6/+16
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
1
-22/+212
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
1
-0/+4
*
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
2018-02-25
1
-20/+25
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
1
-8/+21
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
1
-30/+60
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
1
-54/+77
*
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
2018-01-29
1
-1/+34
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-32/+140
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
1
-0/+7
*
completly -> completely (#3999) (closes bpo-31788)
Semen Zhydenko
2017-10-15
1
-1/+1
*
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
2017-09-15
1
-4/+4
*
_ssl_: Fix compiler warning (#3559)
Victor Stinner
2017-09-14
1
-1/+1
*
bpo-31400: Improve SSL error handling on Windows (#3463)
Steve Dower
2017-09-08
1
-10/+48
*
bpo-28182: restore backwards compatibility (#3464)
Christian Heimes
2017-09-08
1
-0/+5
*
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
2017-09-08
1
-17/+91
*
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
2017-09-08
1
-0/+13
*
bpo-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes
2017-09-07
1
-2/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-29/+1
*
bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes
2017-09-06
1
-0/+4
*
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
2017-09-05
1
-1/+5
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
1
-43/+47
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
1
-7/+9
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+3
*
bpo-9566: Fixed _ssl module warnings (#2495)
Segev Finer
2017-07-26
1
-6/+13
[next]