Skip to content

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

Closed
ghost wants to merge 3 commits into
masterfrom
unknown repository
Closed

bpo-35941: Fix ssl certificate enumeration for windows#11923
ghost wants to merge 3 commits into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Feb 18, 2019

Copy link
Copy Markdown

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.

3 participants