Skip to content

Commit 5cb1964

Browse files
committed
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent bbb2134 commit 5cb1964

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/tls.md

-4
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)