FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tls: use the most recently added matching SecureContext in default SN… by mkrawczuk · Pull Request #36072 · nodejs/node · GitHub

/ node Public

tls: use the most recently added matching SecureContext in default SN… - #36072

Merged
Trott merged 1 commit into
nodejs:masterfrom
mkrawczuk:34110_2
Jan 15, 2021
Merged

tls: use the most recently added matching SecureContext in default SN…#36072
Trott merged 1 commit into
nodejs:masterfrom
mkrawczuk:34110_2

Conversation

mkrawczuk commented Nov 10, 2020
edited by Trott
Loading

Copy link
Copy Markdown
Contributor

Sorry, ruined the previous PR (#34638) with a merge.

Fixes: #34110

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

nodejs-github-bot added the tls Issues and PRs related to the tls subsystem. label Nov 10, 2020

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Comment thread doc/api/tls.md Outdated

Trott commented Nov 12, 2020

Copy link
Copy Markdown
Member

@nodejs/crypto @addaleax

Trott requested a review from addaleax November 16, 2020 14:41

Copy link
Copy Markdown
Contributor Author

Rebased. cc @addaleax

Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 23, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 23, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor Author

Did a clear rebase, because the previous one failed. @Trott you might want to request another CI.

Copy link
Copy Markdown
Collaborator

PR-URL: nodejs#36072
Fixes: nodejs#34110
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Trott commented Jan 15, 2021

Copy link
Copy Markdown
Member

Landed in 8cf5281

Trott merged commit 8cf5281 into nodejs:master Jan 15, 2021
ruyadorno pushed a commit that referenced this pull request Jan 22, 2021
PR-URL: #36072
Fixes: #34110
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
ruyadorno mentioned this pull request Jan 22, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tls: server.addContext does not update the context if there was one registered for a given servername wildcard.

6 participants


Back | FazBrowse Home | New Git URL