summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2024-11-29 10:19:37 +0000
committerschwarze <>2024-11-29 10:19:37 +0000
commited5a19b8d4937430721c54a137750602df0e201f (patch)
tree2c406d2f4813dd5db6dd061b3bfa177c2312d217 /src
parent05571bc0a65c23cb084c51d9b7f759ee9fb00f3c (diff)
downloadopenbsd-ed5a19b8d4937430721c54a137750602df0e201f.tar.gz
openbsd-ed5a19b8d4937430721c54a137750602df0e201f.tar.bz2
openbsd-ed5a19b8d4937430721c54a137750602df0e201f.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl4
1 files changed, 4 insertions, 0 deletions
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 = (
33 evp => [qw( 33 evp => [qw(
34 EVP_MD_CTRL_ALG_CTRL 34 EVP_MD_CTRL_ALG_CTRL
35 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE 35 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE
36 EVP_PKEY_CTRL_CMS_DECRYPT EVP_PKEY_CTRL_CMS_ENCRYPT
37 EVP_PKEY_CTRL_CMS_SIGN
38 EVP_PKEY_CTRL_PKCS7_DECRYPT EVP_PKEY_CTRL_PKCS7_ENCRYPT
39 EVP_PKEY_CTRL_PKCS7_SIGN
36 )], 40 )],
37 x509_vfy => [qw( 41 x509_vfy => [qw(
38 X509_VERIFY_PARAM_ID 42 X509_VERIFY_PARAM_ID