[3.7] bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by miss-islington · Pull Request #12609 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Mar 28, 2019Merged
Conversation
Copy link Copy Markdown
Contributor
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 d93fbbf)
Co-authored-by: kctherookie 48805853+kctherookie@users.noreply.github.com
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 d93fbbf) Co-authored-by: kctherookie <48805853+kctherookie@users.noreply.github.com>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
zooba approved these changes Mar 28, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Mar 28, 2019
miss-islington commented
Mar 28, 2019@kctherookie and @zooba: Status check is done, and it's a success ✅ .
miss-islington
merged commit
e9868c5
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-d93fbbf-3.7
branch
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Mar 28, 2019
miss-islington commented
Mar 28, 2019@kctherookie and @zooba: Status check is done, and it's a success ✅ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment