Skip to content

Commit 9412441

Browse files
authored
doc: remove refs to old OpenSSL list-* commands
The last release line that did not support the new openssl list command was OpenSSL 1.1.0, which reached its end-of-life status years ago. PR-URL: #42235 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 24fc302 commit 9412441

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

doc/api/crypto.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2970,8 +2970,7 @@ option is not required but can be used to set the length of the authentication
29702970
tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
29712971

29722972
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
2973-
recent OpenSSL releases, `openssl list -cipher-algorithms`
2974-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
2973+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
29752974
display the available cipher algorithms.
29762975

29772976
The `password` is used to derive the cipher key and initialization vector (IV).
@@ -3041,8 +3040,7 @@ option is not required but can be used to set the length of the authentication
30413040
tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
30423041

30433042
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3044-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3045-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3043+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
30463044
display the available cipher algorithms.
30473045

30483046
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3142,8 +3140,7 @@ option is not required but can be used to restrict accepted authentication tags
31423140
to those with the specified length.
31433141

31443142
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3145-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3146-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3143+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
31473144
display the available cipher algorithms.
31483145

31493146
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3259,8 +3256,7 @@ can be used to specify the desired output length in bytes.
32593256

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

32663262
Example: generating the sha256 sum of a file
@@ -3343,8 +3339,7 @@ Optional `options` argument controls stream behavior.
33433339

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

33503345
The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is

0 commit comments

Comments
 (0)