Skip to content

Commit

Permalink
doc: clarify weak keys text
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and BridgeAR committed Jun 17, 2019
1 parent eb73ed8 commit f95a52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -2807,8 +2807,8 @@ it can be used to put the ECDH key pair into an inconsistent state.

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

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

0 comments on commit f95a52c

Please sign in to comment.