[3.7] bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) by miss-islington · Pull Request #12609 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Mar 28, 2019

edited by bedevere-bot

Loading

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

https://bugs.python.org/issue35941

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>

@miss-islington

Copy link Copy Markdown

Contributor Author

@kctherookie and @zooba: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit e9868c5 into python:3.7

Mar 28, 2019

@miss-islington miss-islington deleted the backport-d93fbbf-3.7 branch

March 28, 2019 18:56

@miss-islington

Copy link Copy Markdown

Contributor Author

@kctherookie and @zooba: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zooba zooba zooba approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @zooba @the-knights-who-say-ni @bedevere-bot @kctherookie