]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
authorThomas Grainger <tagrain@gmail.com>
Tue, 20 Dec 2022 07:10:30 +0000 (07:10 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 07:10:30 +0000 (09:10 +0200)
commit79ccc03b62d819d83e592c6c8038545d9263a0d4
tree5f2ea0fd8dd17d889c59d7dd8a3c2adec0d526ee
parent36a0b1d0dddbdf324d98071ea31e7e9151eea6d5
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Fixes https://github.com/python/cpython/issues/89051
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Core and Builtins/2022-06-17-08-00-34.gh-issue-89051.yP4Na0.rst [new file with mode: 0644]
Modules/_ssl.c