Skip to content

Commit f95a52c

Browse files
TrottBridgeAR
authored andcommitted
doc: clarify weak keys text
Describe small key sizes as "too weak for safe use" rather than "considered to be too weak for safe use". PR-URL: #28090 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent eb73ed8 commit f95a52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,8 +2807,8 @@ it can be used to put the ECDH key pair into an inconsistent state.
28072807

28082808
The `crypto` module still supports some algorithms which are already
28092809
compromised and are not currently recommended for use. The API also allows
2810-
the use of ciphers and hashes with a small key size that are considered to be
2811-
too weak for safe use.
2810+
the use of ciphers and hashes with a small key size that are too weak for safe
2811+
use.
28122812

28132813
Users should take full responsibility for selecting the crypto
28142814
algorithm and key size according to their security requirements.

0 commit comments

Comments
 (0)