]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and...
authorMateusz Nowak <nowak.mateusz@hotmail.com>
Fri, 16 Aug 2024 20:27:44 +0000 (22:27 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 20:27:44 +0000 (22:27 +0200)
commit8ef358dae1959e2aff8b04fb69b8a36d6da6847a
tree162fb7febd265d4329752733b2df507f4b81b620
parentc13e7d98fb8581014a225b900b1b88ccbfc28097
gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (#118669)

Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
Lib/ssl.py
Lib/test/certdata/cert3.pem [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2023-09-19-17-56-24.gh-issue-109109.WJvvX2.rst [new file with mode: 0644]