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-34710: fix SSL module build (GH-9347)
Miss Islington (bot)
2018-09-17
1
-0/+1
*
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
Christian Heimes
2018-08-14
1
-0/+4
*
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
Christian Heimes
2018-03-24
1
-8/+16
*
bpo-30622: Fix backport of NPN fix (#6102)
Christian Heimes
2018-03-14
1
-1/+1
*
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
Christian Heimes
2018-02-25
1
-19/+24
*
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
Christian Heimes
2018-02-25
1
-8/+21
*
bpo-32185: Don't send IP in SNI TLS extension (#5865)
Christian Heimes
2018-02-25
1
-2/+40
*
[3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)
Miss Islington (bot)
2017-10-15
1
-1/+1
*
[3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)
Christian Heimes
2017-09-14
1
-0/+6
*
[3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
Christian Heimes
2017-09-09
1
-10/+47
*
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
Christian Heimes
2017-09-08
1
-0/+13
*
[3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
Christian Heimes
2017-09-07
1
-2/+1
*
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
Christian Heimes
2017-09-06
1
-0/+4
*
[3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)
Christian Heimes
2017-09-05
1
-21/+12
*
[3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
Christian Heimes
2017-09-05
1
-43/+47
*
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Christian Heimes
2017-09-05
1
-1/+5
*
[3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)
Christian Heimes
2017-09-05
1
-7/+9
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
1
-0/+3
*
[3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077)
Serhiy Storchaka
2017-06-10
1
-1/+1
*
[3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366
Nick Coghlan
2017-06-09
1
-1/+1
*
[3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994)
Nathaniel J. Smith
2017-06-08
1
-2/+1
*
[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
Mariatta
2017-04-15
1
-7/+1
*
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
Donald Stufft
2017-03-02
1
-2/+2
*
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
*
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Christian Heimes
2016-09-11
1
-21/+59
*
Issue #19500: Add client-side SSL session resumption to the ssl module.
Christian Heimes
2016-09-10
1
-2/+370
*
Issue 28043: SSLContext has improved default settings
Christian Heimes
2016-09-10
1
-0/+31
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1/+34
|
\
|
*
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: Use short name rather than name for compression name to fix #27...
Christian Heimes
2016-09-05
1
-6/+1
*
|
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...
Christian Heimes
2016-09-05
1
-0/+117
*
|
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-45/+136
|
\
\
|
|
/
|
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-45/+136
*
|
merge 3.5 (#27773)
Benjamin Peterson
2016-08-16
1
-6/+4
|
\
\
|
|
/
|
*
fix corner cases in the management of server_hostname (closes #27773)
Benjamin Peterson
2016-08-16
1
-6/+4
*
|
Merge 3.5 (INVALID_SOCKET)
Victor Stinner
2016-07-22
1
-2/+6
|
\
\
|
|
/
|
*
socket: use INVALID_SOCKET
Victor Stinner
2016-07-22
1
-2/+6
*
|
Issue #23804: Merge SSL recv() fix from 3.5
Martin Panter
2016-07-11
1
-0/+8
|
\
\
|
|
/
|
*
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+8
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-22/+22
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-22/+22
*
|
merge 3.5 (#24557)
Benjamin Peterson
2016-07-07
1
-2/+2
|
\
\
|
|
/
|
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-2/+2
*
|
Fix unused variable 'libver' warning in Modules/_ssl.c
Berker Peksag
2016-04-14
1
-0/+2
|
\
\
|
|
/
|
*
Fix unused variable 'libver' warning in Modules/_ssl.c
Berker Peksag
2016-04-14
1
-0/+2
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
|
\
\
|
|
/
[next]