Skip to content

Commit 4ba11e3

Browse files
tniessentargos
authored andcommittedNov 26, 2023
doc: avoid "not currently recommended"
Compromised algorithms will never again be recommended, so remove the qualifier "currently". PR-URL: #49300 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 69b7f91 commit 4ba11e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5594,7 +5594,7 @@ instead.
55945594
### Support for weak or compromised algorithms
55955595

55965596
The `node:crypto` module still supports some algorithms which are already
5597-
compromised and are not currently recommended for use. The API also allows
5597+
compromised and are not recommended for use. The API also allows
55985598
the use of ciphers and hashes with a small key size that are too weak for safe
55995599
use.
56005600

0 commit comments

Comments
 (0)
Please sign in to comment.