summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2021-05-04 15:19:42 +1000
committerTomas Mraz <tomas@openssl.org>2021-05-07 11:00:54 +0200
commit592ea4ba94b790a9c366fd12792d88fb9c28ef88 (patch)
treec8ecab66773bf0d4993ca16579225583041105f1 /doc
parent6d1bb1fffdeb053c6448ebf025979f9ad4689aaf (diff)
Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphers
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15130)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/provider-cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod
index 87b7992d84..26c4e57852 100644
--- a/doc/man7/provider-cipher.pod
+++ b/doc/man7/provider-cipher.pod
@@ -350,7 +350,7 @@ Gets a implementation specific randomly generated key for the associated
cipher ctx. This is currently only supported by 3DES (which sets the key to
odd parity).
-=item "alg_id_param" (B<OSSL_CIPHER_PARAM_ALG_ID>) <octet string>
+=item "alg_id_param" (B<OSSL_CIPHER_PARAM_ALGORITHM_ID_PARAMS>) <octet string>
Used to pass the DER encoded AlgorithmIdentifier parameter to or from
the cipher implementation. Functions like L<EVP_CIPHER_param_to_asn1(3)>