diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 3e880a0cc68218..01e6afeeb261cd 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1628,17 +1628,20 @@ the `REPLServer` itself. Do not use this function. ### DEP0083: Disabling ECDH by setting ecdhCurve to false -Type: Runtime +Type: End-of-Life. The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could -be set to `false` to disable ECDH entirely on the server only. This mode is +be set to `false` to disable ECDH entirely on the server only. This mode was deprecated in preparation for migrating to OpenSSL 1.1.0 and consistency with -the client. Use the `ciphers` parameter instead. +the client and is now unsupported. Use the `ciphers` parameter instead. ### DEP0084: requiring bundled internal dependencies diff --git a/doc/api/tls.md b/doc/api/tls.md index 417449c097385a..05f584ab7127d8 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1007,6 +1007,10 @@ argument.