From ed5a19b8d4937430721c54a137750602df0e201f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 29 Nov 2024 10:19:37 +0000 Subject: 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. --- src/regress/lib/libcrypto/man/check_complete.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index c3fa1636b8..c83aba8fae 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/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 -- cgit v1.2.3-55-g6feb