Skip to content

doc: fix the version tls.DEFAULT_CIPHERS was added#59247

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
mureinik:doc-tls-DEFAULT-CIPHERS-added
Aug 18, 2025
Merged

doc: fix the version tls.DEFAULT_CIPHERS was added#59247
nodejs-github-bot merged 1 commit intonodejs:mainfrom
mureinik:doc-tls-DEFAULT-CIPHERS-added

Conversation

@mureinik
Copy link
Copy Markdown
Contributor

42be7f6 (originally included in 19.8.0 and later backported to 18.16.0) added documentation on how to use tls.DEFAULT_CIPHERS.
However, that commit added the documentation with the version specified as REAPLCEME, causing the published documentation to state that tls.DEFAULT_CIPHERS was added in 19.8.0 and 18.16.0, which is incorrect - that commit states that tls.DEFAULT_CIPHERS already existed, and the only thing it added was an explanation on how to use it.

In fact, by examining the git log, it can be seen that tls.DEFAULT_CIPHERS was added by commit
af80e7b, which was included in 0.11.3.

Fixes: #59246

Loading
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. tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong version for when tls.DEFAULT_CIPHERS was added

4 participants