From a4f89571850c79085f0d69775e6c2e3566b25719 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 29 Nov 2024 10:19:37 +0000 Subject: [PATCH] Mark six EVP_PKEY control constants as intentionally undocumented that are only intended for internal use, do very little (only validity checking), are unused in the wild, and marked obsolete in OpenSSL 3. --- regress/lib/libcrypto/man/check_complete.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index c3fa1636b8b..c83aba8faea 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -33,6 +33,10 @@ my %internal = ( evp => [qw( EVP_MD_CTRL_ALG_CTRL EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE + EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT + EVP_PKEY_CTRL_CMS_SIGN + EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT + EVP_PKEY_CTRL_PKCS7_SIGN )], x509_vfy => [qw( X509_VERIFY_PARAM_ID