We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f8f12 commit 38323bcCopy full SHA for 38323bc
doc/api/crypto.md
@@ -1602,7 +1602,8 @@ Optional `options` argument controls stream behavior.
1602
1603
The `algorithm` is dependent on the available algorithms supported by the
1604
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
1605
-On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
+On recent releases of OpenSSL, `openssl list -digest-algorithms`
1606
+(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
1607
display the available digest algorithms.
1608
1609
The `key` is the HMAC key used to generate the cryptographic HMAC hash.
0 commit comments