src: fix missing extra ca in tls.rootCertificates by ebickle · Pull Request #32075 · nodejs/node
Fixes tls.rootCertificates missing certificates loaded from NODE_EXTRA_CA_CERTS. Fixes: nodejs#32074
added
c++
labels
Mar 3, 2020- Moved X509ToPEM function to node_crypto.cc - Removed braces for single line statements - Modified X509ToPEM so that it throws crypto errors for unexpected OpenSSL errors
BridgeAR
added
the
author ready
label
Mar 9, 2020addaleax pushed a commit that referenced this pull request
Mar 11, 2020MylesBorins pushed a commit that referenced this pull request
Mar 11, 2020MylesBorins pushed a commit that referenced this pull request
Mar 11, 2020ebickle added a commit to ebickle/node that referenced this pull request
Mar 17, 2020Adds CAs from NODE_EXTRA_CA_CERTS to root_certs_vector in node_crypto.cc so that the extra certificates are always added to SecureContext instances. tls.rootCertificates restored to previous behavior of returning built-in Node.js certificates when --openssl-use-def-ca-store CLI option is set. Fixes: nodejs#32229 Fixes: nodejs#32010 Refs: nodejs#32075
MylesBorins pushed a commit to ebickle/node that referenced this pull request
Mar 26, 2020Adds CAs from NODE_EXTRA_CA_CERTS to root_certs_vector in node_crypto.cc so that the extra certificates are always added to SecureContext instances. tls.rootCertificates restored to previous behavior of returning built-in Node.js certificates when --openssl-use-def-ca-store CLI option is set. Fixes: nodejs#32229 Fixes: nodejs#32010 Refs: nodejs#32075
ebickle added a commit to ebickle/node that referenced this pull request
Apr 8, 2020Adds CAs from NODE_EXTRA_CA_CERTS to root_certs_vector in node_crypto.cc so that the extra certificates are always added to SecureContext instances. tls.rootCertificates restored to previous behavior of returning built-in Node.js certificates when --openssl-use-def-ca-store CLI option is set. Fixes: nodejs#32229 Fixes: nodejs#32010 Refs: nodejs#32075
targos pushed a commit that referenced this pull request
Apr 22, 2020
ebickle
deleted the
fix/tls-missing-rootcertificates
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters