Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-10-19 04:02:13 +0300
committerMyles Borins <mylesborins@google.com>2018-11-29 19:39:05 +0300
commit5d5f85eb2e6bfc9288e416695c14840a12599426 (patch)
tree31743cc06b61edd90a71167798797c05671d90f2 /doc
parent0b1e41799d9d1c758045af12979c0e7be47c2d78 (diff)
doc: remove reference to sslv3 in tls.md
PR-URL: https://github.com/nodejs/node/pull/23745 Fixes: https://github.com/nodejs/node/issues/9822 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 364ec07e172..d6ead906018 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -677,7 +677,6 @@ be returned for server sockets or disconnected client sockets.
Example responses include:
-* `SSLv3`
* `TLSv1`
* `TLSv1.1`
* `TLSv1.2`