mirror of https://github.com/lukechilds/node.git
Browse Source
Copy client CA certs and cert store when asynchronously selecting `SecureContext` during `SNICallback`. We already copy private key, certificate, and certificate chain, but the client CA certs were missing. Fix: #2772 PR-URL: https://github.com/nodejs/node/pull/3537 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v4.x
committed by
Myles Borins
4 changed files with 56 additions and 11 deletions
Loading…
Reference in new issue