Add EVP_CIPHER_CTX_tag_length()
authorShane Lontis <shane.lontis@oracle.com>
Wed, 11 Sep 2019 07:52:30 +0000 (17:52 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 11 Sep 2019 07:52:30 +0000 (17:52 +1000)
commitdc64dc2edd215d6cc5843c1bfe1f0b64bff26adc
tree2e2fb32d97e77ddc2cac66d0577dba3ddd73fa1c
parent64115f05ac950390e80e3993703513cda439fca0
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)
13 files changed:
crypto/evp/evp_lib.c
crypto/evp/evp_utils.c
doc/man3/EVP_EncryptInit.pod
doc/man7/provider-cipher.pod
include/openssl/core_names.h
include/openssl/evp.h
providers/common/ciphers/cipher_ccm.c
providers/common/ciphers/cipher_common.c
providers/common/ciphers/cipher_gcm.c
providers/common/include/internal/ciphers/cipher_ccm.h
test/aesgcmtest.c
test/evp_extra_test.c
util/libcrypto.num