Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35941: Fix ssl certificate enumeration for windows #11923

Closed
wants to merge 3 commits into from
Closed

bpo-35941: Fix ssl certificate enumeration for windows #11923

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 18, 2019

This PR adds a function to Modules/_ssl.c.
The function collects all readable certificate stores
into one certificate store collection that is later
used by _ssl_enum_certificates_impl and _ssl_enum_crls_impl.
During enumeration duplicate certificates and crls are handled.

https://bugs.python.org/issue35941

This commit adds a function that collects
certificates from several certificate stores into
one certificate collection store that is enumerated.
This commit adds a function that collects
certificates from several certificate stores into
one certificate collection store that is enumerated.
@ghost ghost closed this Feb 20, 2019
@ghost ghost deleted the fix-issue-35941 branch February 20, 2019 00:31
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants