]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Mar 2023 12:33:24 +0000 (05:33 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 12:33:24 +0000 (13:33 +0100)
commite075631f672730067fe467fd6d058e6bfec9cbec
tree0b74efa50e9b43e8f1ede6225e4c2288b7b67073
parentfd43fb69962361ce4ef8e1175fde0a32726cdf77
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918)

gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932)
(cherry picked from commit af9c34f6ef8dceb21871206eb3e4d350f6e3d3dc)

Co-authored-by: Benjamin Fogle <benfogle@gmail.com>
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2022-09-19-08-12-58.gh-issue-96931.x0WQhh.rst [new file with mode: 0644]
Modules/_ssl.c