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-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-1/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner
2021-10-01
1
-14/+20
*
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner
2021-09-30
1
-1/+1
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)
Adam Dangoor
2021-08-27
1
-1/+1
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
1
-6/+6
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
1
-1/+1
*
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes
2021-06-13
1
-1/+1
*
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
Erlend Egeberg Aasland
2021-06-12
1
-1/+1
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
1
-14/+28
*
bpo-44252: Correctly implement gc support for SSLError objects (GH-26439)
Pablo Galindo
2021-05-28
1
-2/+1
*
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
Erlend Egeberg Aasland
2021-05-27
1
-28/+45
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
1
-5/+5
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-5/+38
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
1
-1/+83
*
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz
2021-04-23
1
-3/+3
*
bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25...
Christian Heimes
2021-04-23
1
-7/+16
*
bpo-43799: Also define SSLv3_method() (GH-25481)
Christian Heimes
2021-04-20
1
-0/+3
*
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
l0x
2021-04-19
1
-0/+5
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
1
-14/+70
*
bpo-42854: Use SSL_read/write_ex() (GH-25468)
Christian Heimes
2021-04-19
1
-18/+14
*
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
Christian Heimes
2021-04-17
1
-344/+408
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
1
-33/+0
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-527/+10
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-0/+5
*
bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329)
Christian Heimes
2021-04-13
1
-19/+14
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-0/+8
*
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes
2021-04-09
1
-0/+6
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Christian Heimes
2021-04-09
1
-0/+7
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Christian Heimes
2021-03-21
1
-0/+5
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+2
*
Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
Pablo Galindo
2020-12-02
1
-1/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-3/+3
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
1
-6/+1
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
1
-328/+354
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-6/+6
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Zackery Spytz
2020-10-25
1
-0/+1
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Dima Tisnek
2020-08-15
1
-4/+5
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+13
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Zackery Spytz
2020-07-09
1
-1/+2
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Zackery Spytz
2020-07-08
1
-2/+4
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
1
-11/+45
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes
2020-05-16
1
-34/+27
*
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes
2020-05-15
1
-1/+5
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-2/+0
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-1/+1
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-3/+3
*
bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_locations...
Alex Henrie
2020-01-09
1
-1/+0
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-1/+48
[next]