From 109b648f3ac9e77d700310eb1734364f4c698f4d Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 25 Apr 2024 04:20:57 +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 --- graal-nodejs/doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graal-nodejs/doc/api/crypto.md b/graal-nodejs/doc/api/crypto.md index 17a50f4b25d..880ac9e82af 100644 --- a/graal-nodejs/doc/api/crypto.md +++ b/graal-nodejs/doc/api/crypto.md @@ -5594,7 +5594,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.