Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f335989

Browse filesBrowse files
mureinikrichardlau
authored andcommitted
doc: fix the version tls.DEFAULT_CIPHERS was added
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 PR-URL: #59247 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7fa14fc commit f335989
Copy full SHA for f335989

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2507,9 +2507,7 @@ added: v11.4.0
25072507
## `tls.DEFAULT_CIPHERS`
25082508

25092509
<!-- YAML
2510-
added:
2511-
- v19.8.0
2512-
- v18.16.0
2510+
added: v0.11.3
25132511
-->
25142512

25152513
* Type: {string} The default value of the `ciphers` option of

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.