Skip to content

Commit f3c6c00

Browse files
tniessenbengl
authored andcommitted
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 3492a0e commit f3c6c00

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

doc/api/crypto.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -2952,8 +2952,7 @@ option is not required but can be used to set the length of the authentication
29522952
tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
29532953

29542954
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
2955-
recent OpenSSL releases, `openssl list -cipher-algorithms`
2956-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
2955+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
29572956
display the available cipher algorithms.
29582957

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

30253024
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3026-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3027-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3025+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
30283026
display the available cipher algorithms.
30293027

30303028
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3124,8 +3122,7 @@ option is not required but can be used to restrict accepted authentication tags
31243122
to those with the specified length.
31253123

31263124
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3127-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3128-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3125+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
31293126
display the available cipher algorithms.
31303127

31313128
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3241,8 +3238,7 @@ can be used to specify the desired output length in bytes.
32413238

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

32483244
Example: generating the sha256 sum of a file
@@ -3325,8 +3321,7 @@ Optional `options` argument controls stream behavior.
33253321

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

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

0 commit comments

Comments
 (0)