diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-09-11 09:52:30 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-09-11 09:52:30 +0200 |
commit | dc64dc2edd215d6cc5843c1bfe1f0b64bff26adc (patch) | |
tree | 2e2fb32d97e77ddc2cac66d0577dba3ddd73fa1c /doc/man7/provider-cipher.pod | |
parent | Usages of KDFs converted to use the name macros (diff) | |
download | openssl-dc64dc2edd215d6cc5843c1bfe1f0b64bff26adc.tar.xz openssl-dc64dc2edd215d6cc5843c1bfe1f0b64bff26adc.zip |
Add EVP_CIPHER_CTX_tag_length()
There is no deprecated CTRL support for this new field.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9698)
Diffstat (limited to 'doc/man7/provider-cipher.pod')
-rw-r--r-- | doc/man7/provider-cipher.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod index 1b7dff8f76..d5d2f13390 100644 --- a/doc/man7/provider-cipher.pod +++ b/doc/man7/provider-cipher.pod @@ -248,6 +248,11 @@ block has been "used" already. Gets or sets the AEAD tag for the associated cipher ctx. See L<EVP_EncryptInit(3)/AEAD Interface>. +=item B<OSSL_CIPHER_PARAM_AEAD_TAGLEN> (size_t) + +Gets the tag length to be used for an AEAD cipher for the associated cipher ctx. +It returns a default value if it has not been set. + =item B<OSSL_CIPHER_PARAM_AEAD_TLS1_AAD> (octet_string) =for comment TODO(3.0): Consider changing this interface so that all ciphers |