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

doc: correct checkHost behavior with wildcards etc by tniessen · Pull Request #41468 · nodejs/node · GitHub

/ node Public

doc: correct checkHost behavior with wildcards etc - #41468

Closed
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:doc-correct-checkhost-wildcard-case-insensitive
Closed

doc: correct checkHost behavior with wildcards etc#41468
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:doc-correct-checkhost-wildcard-case-insensitive

Conversation

Copy link
Copy Markdown
Member

The current documentation is inaccurate in that checkHost does not necessarily return the given host name, but instead returns the subject name that matched the given host name.

Refs: #36804

The current documentation is inaccurate in that checkHost does not
necessarily return the given host name, but instead returns the subject
name that matched the given host name.

Refs: nodejs#36804
nodejs-github-bot added crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. labels Jan 11, 2022
tniessen requested a review from jasnell January 11, 2022 02:57

Copy link
Copy Markdown
Member Author

cc @nodejs/crypto

Copy link
Copy Markdown
Member Author

Landed in df50775, thanks for reviewing.

tniessen closed this Jan 14, 2022
tniessen added a commit that referenced this pull request Jan 14, 2022
The current documentation is inaccurate in that checkHost does not
necessarily return the given host name, but instead returns the subject
name that matched the given host name.

Refs: #36804

PR-URL: #41468
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
targos pushed a commit that referenced this pull request Jan 14, 2022
The current documentation is inaccurate in that checkHost does not
necessarily return the given host name, but instead returns the subject
name that matched the given host name.

Refs: #36804

PR-URL: #41468
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
tniessen deleted the doc-correct-checkhost-wildcard-case-insensitive branch January 15, 2022 16:10
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
The current documentation is inaccurate in that checkHost does not
necessarily return the given host name, but instead returns the subject
name that matched the given host name.

Refs: #36804

PR-URL: #41468
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
danielleadams mentioned this pull request Feb 1, 2022
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

crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL