Commit 483a41c0 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

tls: copy client CAs and cert store on CertCb

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: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent a5cce79e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment