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

net: add support for Windows certificate store #1438

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

alaviss
Copy link
Contributor

@alaviss alaviss commented Aug 29, 2024

Summary

When applicable, load the Windows Root Certificate store into OpenSSL
verification store. This allows cacert.pem requirement to become
optional and provide support for custom certificates within the root
store (ie. in corporate environments).

Details

  • On OpenSSL >= 3.2.0, load the Windows Root Certificate store and don't
    require cacert.pem to be present.
  • Removed cacert.pem from CI as we use a recent OpenSSL there.

@alaviss alaviss added enhancement New feature or request stdlib Standard library labels Aug 29, 2024
@alaviss alaviss marked this pull request as ready for review August 29, 2024 19:54
@alaviss alaviss requested a review from a team as a code owner August 29, 2024 19:54
Copy link
Collaborator

@saem saem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement

@saem
Copy link
Collaborator

saem commented Aug 30, 2024

/merge

Copy link

Merge requested by: @saem

Contents after the first section break of the PR description has been removed and preserved below:


@chore-runner chore-runner bot added this pull request to the merge queue Aug 30, 2024
Merged via the queue into nim-works:devel with commit d393260 Aug 30, 2024
47 checks passed
@alaviss alaviss deleted the push-rrysorlvkurm branch August 30, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stdlib Standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants