From b218b1204aa9f85dba953733be253fdf92a4ae91 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 23 Jan 2019 22:14:06 -0800 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/25381#issuecomment-457067137 PR-URL: https://github.com/nodejs/node/pull/25678 Reviewed-By: Sam Roberts Reviewed-By: Luigi Pinca --- doc/api/tls.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index f5bef0237b7d9e..10300182e2e07a 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -136,10 +136,6 @@ threshold is exceeded. The limits are configurable: The default renegotiation limits should not be modified without a full understanding of the implications and risks. -To test the renegotiation limits on a server, connect to it using the OpenSSL -command-line client (`openssl s_client -connect address:port`) then input -`R` (i.e., the letter `R` followed by a carriage return) multiple times. - ### Session Resumption Establishing a TLS session can be relatively slow. The process can be sped