]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Mar 2019 18:56:50 +0000 (11:56 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 18:56:50 +0000 (11:56 -0700)
commite9868c5416731f5ca5378a1d36e4b020c349291c
treec9d0e371f5825cf9015128c80e149c78c9239479
parent1d9f1a0c9690f4e53003dc5e625a2867715c828a
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)

Add a function to collect certificates from several certificate stores into one certificate collection store that is then enumerated. This ensures we load as many certificates as we can access.
(cherry picked from commit d93fbbf88e4abdd24a0a55e3ddf85b8420c62052)

Co-authored-by: kctherookie <48805853+kctherookie@users.noreply.github.com>
Misc/NEWS.d/next/Windows/2019-03-28-03-51-16.bpo-35941.UnlAEE.rst [new file with mode: 0644]
Modules/_ssl.c