From d19c710064f633c03b53ae7af80c550296c8a700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 25 Aug 2023 22:08:17 +0200 Subject: [PATCH] doc: avoid "not currently recommended" Compromised algorithms will never again be recommended, so remove the qualifier "currently". PR-URL: https://github.com/nodejs/node/pull/49300 Reviewed-By: Ben Noordhuis Reviewed-By: Richard Lau Reviewed-By: LiviaMedeiros Reviewed-By: Luigi Pinca Reviewed-By: Filip Skokan --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ffaf7e07aa16f5..9fdbb17cb0bb8e 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5590,7 +5590,7 @@ instead. ### Support for weak or compromised algorithms The `node:crypto` module still supports some algorithms which are already -compromised and are not currently recommended for use. The API also allows +compromised and are not recommended for use. The API also allows the use of ciphers and hashes with a small key size that are too weak for safe use.