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 8b17e7a

Browse filesBrowse files
shobhitchittoraMylesBorins
authored andcommitted
doc: update cli flag in crypto.md
PR-URL: #20400 Fixes: #20385 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
1 parent e854c95 commit 8b17e7a
Copy full SHA for 8b17e7a

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
@@ -1561,7 +1561,8 @@ behavior.
15611561

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

15671568
Example: generating the sha256 sum of a file

0 commit comments

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