summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMir Mufaqam Ali <mannanali413@gmail.com>2017-12-20 17:28:03 +0530
committerJoyee Cheung <joyeec9h3@gmail.com>2017-12-24 00:03:39 +0800
commit79261f3003719264bc03f6a5b54cf9eddbc8b48e (patch)
tree15825a4173ea27e4bb17e9bfb17fa9a061c81848 /doc
parent0b7889582428b3cf1ea0ee48768854a2ca63478c (diff)
downloadandroid-node-v8-79261f3003719264bc03f6a5b54cf9eddbc8b48e.tar.gz
android-node-v8-79261f3003719264bc03f6a5b54cf9eddbc8b48e.tar.bz2
android-node-v8-79261f3003719264bc03f6a5b54cf9eddbc8b48e.zip
tls: migrate errors in _tls_wrap.js
This migrates the old style error in _tls_wrap.js to the new style error ERR_TLS_RENEGOTIATION_DISABLED. Refs: https://github.com/nodejs/node/issues/17709 PR-URL: https://github.com/nodejs/node/pull/17792 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3eb6f92155..a3397eea37 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1513,6 +1513,11 @@ a hostname in the first parameter.
An excessive amount of TLS renegotiations is detected, which is a potential
vector for denial-of-service attacks.
+<a id="ERR_TLS_RENEGOTIATION_DISABLED"></a>
+### ERR_TLS_RENEGOTIATION_DISABLED
+
+An attempt was made to renegotiate TLS on a socket instance with TLS disabled.
+
<a id="ERR_TRANSFORM_ALREADY_TRANSFORMING"></a>
### ERR_TRANSFORM_ALREADY_TRANSFORMING