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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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