We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e854c95 commit 8b17e7aCopy full SHA for 8b17e7a
doc/api/crypto.md
@@ -1561,7 +1561,8 @@ behavior.
1561
1562
The `algorithm` is dependent on the available algorithms supported by the
1563
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
1564
-On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
+On recent releases of OpenSSL, `openssl list -digest-algorithms`
1565
+(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
1566
display the available digest algorithms.
1567
1568
Example: generating the sha256 sum of a file
0 commit comments