Skip to content

Commit 4ba11e3

Browse files
tniessentargos
authored andcommitted
doc: avoid "not currently recommended"
Compromised algorithms will never again be recommended, so remove the qualifier "currently". PR-URL: #49300 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
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)