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 /util | |
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 'util')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index e5c869af44..07469a1f26 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4752,3 +4752,4 @@ EVP_PKEY_CTX_get_signature_md 4868 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get_params 4869 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_gettable_params 4870 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_settable_params 4871 3_0_0 EXIST::FUNCTION: +EVP_CIPHER_CTX_tag_length 4872 3_0_0 EXIST::FUNCTION: |