@@ -2956,8 +2956,7 @@ option is not required but can be used to set the length of the authentication
29562956tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
29572957
29582958The ` 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
29612960display the available cipher algorithms.
29622961
29632962The ` 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
30273026tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
30283027
30293028The ` 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
30323030display the available cipher algorithms.
30333031
30343032The ` 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
31283126to those with the specified length.
31293127
31303128The ` 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
31333130display the available cipher algorithms.
31343131
31353132The ` 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
32463243The ` algorithm ` is dependent on the available algorithms supported by the
32473244version 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
32503246display the available digest algorithms.
32513247
32523248Example: generating the sha256 sum of a file
@@ -3329,8 +3325,7 @@ Optional `options` argument controls stream behavior.
33293325
33303326The ` algorithm ` is dependent on the available algorithms supported by the
33313327version 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
33343329display the available digest algorithms.
33353330
33363331The ` key ` is the HMAC key used to generate the cryptographic HMAC hash. If it is
0 commit comments