Skip to content

Commit

Permalink
doc: update one more command in crypto.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#20500
Refs: nodejs#20400
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
shobhitchittora authored and vsemozhetbyt committed May 7, 2018
1 parent b00c34c commit 5efbe4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,8 @@ Optional `options` argument controls stream behavior.

The `algorithm` is dependent on the available algorithms supported by the
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
On recent releases of OpenSSL, `openssl list -digest-algorithms`
(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
display the available digest algorithms.

The `key` is the HMAC key used to generate the cryptographic HMAC hash.
Expand Down

0 comments on commit 5efbe4c

Please sign in to comment.