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 b218b12

Browse filesBrowse files
Trottaddaleax
authored andcommitted
doc: remove outdated s_client information in tls.md
There is a description of how to use s_client for testing of renegotiation limits in the `tls` module documentation. The information is somewhat out of scope, but it also may be somewhat problematic due to changes/peculiarities (bugs?) in recent s_client. Remove the text. Refs: #25381 (comment) PR-URL: #25678 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1aa7f4d commit b218b12
Copy full SHA for b218b12

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ threshold is exceeded. The limits are configurable:
136136
The default renegotiation limits should not be modified without a full
137137
understanding of the implications and risks.
138138

139-
To test the renegotiation limits on a server, connect to it using the OpenSSL
140-
command-line client (`openssl s_client -connect address:port`) then input
141-
`R<CR>` (i.e., the letter `R` followed by a carriage return) multiple times.
142-
143139
### Session Resumption
144140

145141
Establishing a TLS session can be relatively slow. The process can be sped

0 commit comments

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