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 b04d092 commit 6a24c0cCopy full SHA for 6a24c0c
doc/api/crypto.md
@@ -1585,7 +1585,8 @@ behavior.
1585
1586
The `algorithm` is dependent on the available algorithms supported by the
1587
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
1588
-On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
+On recent releases of OpenSSL, `openssl list -digest-algorithms`
1589
+(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
1590
display the available digest algorithms.
1591
1592
Example: generating the sha256 sum of a file
0 commit comments