]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
authorIllia Volochii <illia.volochii@gmail.com>
Thu, 24 Nov 2022 02:24:09 +0000 (04:24 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 02:24:09 +0000 (18:24 -0800)
commit9dc08361bef67a331d1609c8629314c0ca5a79d5
tree7a70ab90fa9f4e9f2b82b239f2f8f391a292664c
parentc69cfcdb116c4907b306e2bd0e263d5ceba48bd5
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)

Expose the constant when OpenSSL defines it.
Doc/library/ssl.rst
Misc/NEWS.d/next/Library/2022-09-14-21-56-15.gh-issue-96828.ZoOY5G.rst [new file with mode: 0644]
Modules/_ssl.c