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-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
*
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower
2017-07-17
1
-1/+37
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
1
-1/+1
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-1/+1
*
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
Nathaniel J. Smith
2017-06-08
1
-2/+1
*
Simplify X.509 extension handling code (#1855)
Alex Gaynor
2017-06-06
1
-30/+4
*
bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769)
Christian Heimes
2017-05-23
1
-19/+11
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-3/+3
*
bpo-29738: Fix memory leak in _get_crl_dp (GH-526)
Olivier Vielpeau
2017-04-15
1
-7/+1
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-2/+1
*
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395)
Donald Stufft
2017-03-02
1
-2/+2
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Typo
Christian Heimes
2016-09-24
1
-1/+1
*
Finish GC code for SSLSession and increase test coverage
Christian Heimes
2016-09-24
1
-4/+9
*
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an e...
Christian Heimes
2016-09-13
1
-3/+2
*
Issue #27866: Fix refleak in cipher_to_dict()
Victor Stinner
2016-09-12
1
-12/+1
[next]