-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tls: use the most recently added matching SecureContext in default SN… #36072
Conversation
// connections. | ||
// Connection to subdomain 'a' is made when the 'bad' secure context is | ||
// the only one in use. | ||
if ('a.example.com' === c.servername) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit: we could be more strict here and assert that these are equal depending on the current step, same for the other conditional below
@nodejs/crypto @addaleax |
Rebased. cc @addaleax |
Did a clear rebase, because the previous one failed. @Trott you might want to request another CI. |
PR-URL: nodejs#36072 Fixes: nodejs#34110 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Landed in 8cf5281 |
PR-URL: #36072 Fixes: #34110 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Sorry, ruined the previous PR (#34638) with a merge.
Fixes: #34110
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes