Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38323bc

Browse filesBrowse files
shobhitchittoraMylesBorins
authored andcommitted
doc: update one more command in crypto.md
PR-URL: #20500 Refs: #20400 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 71f8f12 commit 38323bc
Copy full SHA for 38323bc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,8 @@ Optional `options` argument controls stream behavior.
16021602

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.