]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] 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:32 +0000 (05:33 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 12:33:32 +0000 (13:33 +0100)
commit0a2b63f6adfa010fa9b18c1deaac4e738bb99c84
treec6a60d365e6a420e14288f25aebd31a1fed37827
parent206c2b1b123f82a8edfe8619756b1f1b77d54feb
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102919)

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