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

src: fix missing extra ca in secure contexts #32011

Closed
wants to merge 3 commits into from

Conversation

ebickle
Copy link
Contributor

@ebickle ebickle commented Feb 28, 2020

Fixes SecureContext missing NODE_EXTRA_CA_CERTS when
SecureContext::AddCACert, SecureContext::AddCRL,
or SecureContext::LoadPKCS12 are called.

Fixes: #32010

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Fixes SecureContext missing NODE_EXTRA_CA_CERTS when
SecureContext::AddCACert, SecureContext::AddCRL,
or SecureContext::LoadPKCS12 are called.

Fixes: nodejs#32010
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. labels Feb 28, 2020
@nodejs-github-bot
Copy link
Collaborator

Bypass CloneRootCertStore() functionality when root_cert_store is null.
@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 9, 2020
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@addaleax addaleax removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 12, 2020
@addaleax
Copy link
Member

@ebickle Looks like there are some conflicts, sorry… could you rebase this?

@ebickle
Copy link
Contributor Author

ebickle commented Mar 17, 2020

This PR is affected by the same issue as #32229. Going to close it and resubmit a fix for #32229 and #32010 in a new PR.

@ebickle ebickle closed this Mar 17, 2020
@ebickle ebickle deleted the fix/tls-missing-extra-certs branch March 17, 2020 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra CA certificates missing when certain TLS options specified
8 participants