]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
authorBenjamin Fogle <benfogle@gmail.com>
Wed, 22 Mar 2023 14:08:41 +0000 (10:08 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 14:08:41 +0000 (15:08 +0100)
commitaf9c34f6ef8dceb21871206eb3e4d350f6e3d3dc
tree8759d3d65c3e259381da95426e85899842064829
parentea93bde4ece139d4152a59f2c38aa6568559447c
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
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