summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-01-23 22:14:06 -0800
committerRich Trott <rtrott@gmail.com>2019-01-25 22:36:17 -0800
commit5cb196441a6df0fc3fa62e042ce108347f49814c (patch)
tree7be13f7ca7ef21acce715f9ddd3af10887c7a113 /doc
parentbbb2134e7b5d2c736b294deee798124ac91fc245 (diff)
downloadandroid-node-v8-5cb196441a6df0fc3fa62e042ce108347f49814c.tar.gz
android-node-v8-5cb196441a6df0fc3fa62e042ce108347f49814c.tar.bz2
android-node-v8-5cb196441a6df0fc3fa62e042ce108347f49814c.zip
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 <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index fb903fc114..ccd1b7ad74 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<CR>` (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