summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorerbsland-dev <github@erbsland.dev>2024-07-08 15:02:59 +0200
committerTomas Mraz <tomas@openssl.org>2024-07-10 09:46:24 +0200
commitb544047c99c4a7413f793afe82ab1c165f85b5b6 (patch)
tree0681af15dab986c8edb9c8a7f96823c0d566fa2b /util
parentAdd and Update Documentation for TS_VERIFY_CTX Functions (diff)
downloadopenssl-b544047c99c4a7413f793afe82ab1c165f85b5b6.tar.xz
openssl-b544047c99c4a7413f793afe82ab1c165f85b5b6.zip
Add documentation for deprecated CMAC_CTX functions
Fixes #5539: Create a new manual page `CMAC_CTX.pod` documenting the deprecated `CMAC_CTX` functions and add the necessary build dependencies. This page includes function descriptions, usage details, and replacement suggestions with the `EVP_MAC` interface. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24814)
Diffstat (limited to 'util')
-rw-r--r--util/missingcrypto.txt9
-rw-r--r--util/other.syms1
2 files changed, 1 insertions, 9 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index 08231eddce..b7d5091b31 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -282,15 +282,6 @@ CAST_ofb64_encrypt(3)
CAST_set_key(3)
CBIGNUM_it(3)
CERTIFICATEPOLICIES_it(3)
-CMAC_CTX_cleanup(3)
-CMAC_CTX_copy(3)
-CMAC_CTX_free(3)
-CMAC_CTX_get0_cipher_ctx(3)
-CMAC_CTX_new(3)
-CMAC_Final(3)
-CMAC_Init(3)
-CMAC_Update(3)
-CMAC_resume(3)
CMS_ContentInfo_it(3)
CMS_EncryptedData_set1_key(3)
CMS_ReceiptRequest_it(3)
diff --git a/util/other.syms b/util/other.syms
index 3902945ac1..094a365a21 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -833,3 +833,4 @@ EVP_PKEY_id define
EVP_PKEY_base_id define
SSL_set_retry_verify define
TS_VERIFY_CTX define
+CMAC_CTX define