Skip to content

Conversation

JeetuSuthar
Copy link

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.

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
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem. labels Sep 2, 2025
@richardlau richardlau added 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. labels Sep 2, 2025
@JeetuSuthar
Copy link
Author

@richardlau Any updates?

@richardlau richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 5, 2025
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 5, 2025
@nodejs-github-bot
Copy link
Collaborator

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/.ncu
https://github.com/nodejs/node/actions/runs/17489976066

@richardlau richardlau added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Sep 5, 2025
@richardlau
Copy link
Member

@richardlau Any updates?

In order to land, a pull request needs to be reviewed and [approved][] by
at least two Node.js Collaborators (one collaborator approval is enough if the
pull request has been open for more than 7 days) and pass a
[CI (Continuous Integration) test run][]. After that, as long as there are no
objections from other contributors, the pull request can be merged. If you find
your pull request waiting longer than you expect, see the
[notes about the waiting time](#waiting-until-the-pull-request-gets-landed).

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSL default security level changed to 2 in Node.js 24.5 but docs still say it's 1
3 participants