Skip to content

Commit 436bdde

Browse files
tniessendanielleadams
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 f21f104 commit 436bdde

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
@@ -2956,8 +2956,7 @@ option is not required but can be used to set the length of the authentication
29562956
tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
29572957

29582958
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
2959-
recent OpenSSL releases, `openssl list -cipher-algorithms`
2960-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
2959+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
29612960
display the available cipher algorithms.
29622961

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

30293028
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3030-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3031-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3029+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
30323030
display the available cipher algorithms.
30333031

30343032
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3128,8 +3126,7 @@ option is not required but can be used to restrict accepted authentication tags
31283126
to those with the specified length.
31293127

31303128
The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
3131-
recent OpenSSL releases, `openssl list -cipher-algorithms`
3132-
(`openssl list-cipher-algorithms` for older versions of OpenSSL) will
3129+
recent OpenSSL releases, `openssl list -cipher-algorithms` will
31333130
display the available cipher algorithms.
31343131

31353132
The `key` is the raw key used by the `algorithm` and `iv` is an
@@ -3245,8 +3242,7 @@ can be used to specify the desired output length in bytes.
32453242

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

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

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

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

0 commit comments

Comments
 (0)