]> granicus.if.org Git - python/commit
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
authorkctherookie <48805853+kctherookie@users.noreply.github.com>
Thu, 28 Mar 2019 17:59:06 +0000 (00:59 +0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 28 Mar 2019 17:59:06 +0000 (10:59 -0700)
commitd93fbbf88e4abdd24a0a55e3ddf85b8420c62052
tree4810d04c8ed188c9fbd5cb91405dacf0103be636
parent45a5fdb91cee665161a8b1980bb4e6ccb999f58f
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.
Misc/NEWS.d/next/Windows/2019-03-28-03-51-16.bpo-35941.UnlAEE.rst [new file with mode: 0644]
Modules/_ssl.c