]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Aug 2024 15:39:28 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 15:39:28 +0000 (10:39 -0500)
commit21399a096302ea577efd9a12c2f08b4458d095bd
treeb0593057e3ddf375a34e48bee76d1fb82b42b9ee
parent0a02026a084213cbd09c66534c55104ab460c686
[3.13] gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (GH-118669) (#123082)

gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (GH-118669)
(cherry picked from commit 8ef358dae1959e2aff8b04fb69b8a36d6da6847a)

Co-authored-by: Mateusz Nowak <nowak.mateusz@hotmail.com>
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]