diff options
author | schwarze <> | 2024-11-29 10:19:37 +0000 |
---|---|---|
committer | schwarze <> | 2024-11-29 10:19:37 +0000 |
commit | 83bfd1e9d366a24fda870f23c54a0620746c8126 (patch) | |
tree | 2c406d2f4813dd5db6dd061b3bfa177c2312d217 | |
parent | ba21c382bf5ff42501de6199f3f818daf4fb2885 (diff) | |
download | openbsd-83bfd1e9d366a24fda870f23c54a0620746c8126.tar.gz openbsd-83bfd1e9d366a24fda870f23c54a0620746c8126.tar.bz2 openbsd-83bfd1e9d366a24fda870f23c54a0620746c8126.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.
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 4 |
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 |