-
-
Notifications
You must be signed in to change notification settings - Fork 33k
doc: update OpenSSL default security level to 2 in TLS documentation #59723
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
Open
JeetuSuthar
wants to merge
1
commit into
nodejs:main
Choose a base branch
from
JeetuSuthar:update-openssl-security-level-docs-clean
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
doc: update OpenSSL default security level to 2 in TLS documentation #59723
JeetuSuthar
wants to merge
1
commit into
nodejs:main
from
JeetuSuthar:update-openssl-security-level-docs-clean
+1
−1
Conversation
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
The default OpenSSL security level changed from 1 to 2 in OpenSSL 3.2, which was included in Node.js 24.5. This change enforces stricter cryptographic requirements. Fixes: nodejs#59715
richardlau
approved these changes
Sep 2, 2025
@richardlau Any updates? |
Commit Queue failed- Loading data for nodejs/node/pull/59723 ✔ Done loading data for nodejs/node/pull/59723 ----------------------------------- PR info ------------------------------------ Title doc: update OpenSSL default security level to 2 in TLS documentation (#59723) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch JeetuSuthar:update-openssl-security-level-docs-clean -> nodejs:main Labels tls, doc, dont-land-on-v20.x, dont-land-on-v22.x Commits 1 - doc: update OpenSSL default security level to 2 Committers 1 - Jeetu Suthar <[email protected]> PR-URL: https://github.com/nodejs/node/pull/59723 Reviewed-By: Richard Lau <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/59723 Reviewed-By: Richard Lau <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 02 Sep 2025 09:46:38 GMT ✔ Approvals: 1 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/59723#pullrequestreview-3176253572 ✘ This PR needs to wait 95 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/17489976066 |
node/doc/contributing/pull-requests.md Lines 351 to 357 in 9b0e9f4
|
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 pending requests for changes, and a CI started.
doc
Issues and PRs related to the documentations.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
dont-land-on-v22.x
PRs that should not land on the v22.x-staging branch and should not be released in v22.x.
tls
Issues and PRs related to the tls subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #59715
This pull request updates the Node.js TLS documentation to reflect the change in the default OpenSSL security level from 1 to 2, starting with Node.js 24.5 (OpenSSL 3.2+).
The documentation previously stated the default security level was 1.
The default is now 2, which enforces stricter cryptographic requirements.