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 b00c34c commit 5efbe4cCopy full SHA for 5efbe4c
doc/api/crypto.md
@@ -1626,7 +1626,8 @@ Optional `options` argument controls stream behavior.
1626
1627
The `algorithm` is dependent on the available algorithms supported by the
1628
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
1629
-On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
+On recent releases of OpenSSL, `openssl list -digest-algorithms`
1630
+(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
1631
display the available digest algorithms.
1632
1633
The `key` is the HMAC key used to generate the cryptographic HMAC hash.
0 commit comments