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

tls: check result of SSL_CTX_set_*_proto_version by tniessen · Pull Request #53459 · nodejs/node · GitHub

/ node Public

tls: check result of SSL_CTX_set_*_proto_version - #53459

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:tls-dont-ignore-version-setter-ret
Jun 16, 2024
Merged

tls: check result of SSL_CTX_set_*_proto_version#53459
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:tls-dont-ignore-version-setter-ret

Conversation

Copy link
Copy Markdown
Member

These functions generally should not fail, but we also shouldn't ignore potential failures entirely since security properties of the application might depend on successful configuration.

This also is consistent with the existing CHECKs in SetMinProto() and SetMaxProto().

These functions generally should not fail, but we also shouldn't ignore
potential failures entirely since security properties of the application
might depend on successful configuration.

This also is consistent with the existing CHECKs in SetMinProto() and
SetMaxProto().
tniessen added tls Issues and PRs related to the tls subsystem. openssl Issues and PRs related to the OpenSSL dependency. labels Jun 14, 2024

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Jun 14, 2024
tniessen added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 15, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 15, 2024

This comment was marked as outdated.

This comment was marked as outdated.

tniessen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jun 15, 2024

Copy link
Copy Markdown
Collaborator

tniessen added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 15, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 16, 2024
nodejs-github-bot merged commit 474d2f4 into nodejs:main Jun 16, 2024

Copy link
Copy Markdown
Collaborator

Landed in 474d2f4

targos pushed a commit that referenced this pull request Jun 20, 2024
These functions generally should not fail, but we also shouldn't ignore
potential failures entirely since security properties of the application
might depend on successful configuration.

This also is consistent with the existing CHECKs in SetMinProto() and
SetMaxProto().

PR-URL: #53459
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
These functions generally should not fail, but we also shouldn't ignore
potential failures entirely since security properties of the application
might depend on successful configuration.

This also is consistent with the existing CHECKs in SetMinProto() and
SetMaxProto().

PR-URL: nodejs#53459
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
These functions generally should not fail, but we also shouldn't ignore
potential failures entirely since security properties of the application
might depend on successful configuration.

This also is consistent with the existing CHECKs in SetMinProto() and
SetMaxProto().

PR-URL: #53459
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL