diff options
author | schwarze <> | 2024-12-05 14:01:59 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-05 14:01:59 +0000 |
commit | 2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d (patch) | |
tree | 3265f90c1f3259a9391b1f15438bbd59eca88af6 /src | |
parent | 6297edd98f8fa78c3f15a89ceb4e57624f21a2b4 (diff) | |
download | openbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.tar.gz openbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.tar.bz2 openbsd-2e0d25d01570a0e5f2bf4f4acd776c34d0c8512d.zip |
Mark three EVP_PKEY control constants for CMS as intentionally undocumented
that are internal to the library and unused in the wild
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index ddaba493c4..ec60cb08db 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -31,6 +31,8 @@ my %internal = ( | |||
31 | BN_TBIT BN_ULLONG | 31 | BN_TBIT BN_ULLONG |
32 | )], | 32 | )], |
33 | evp => [qw( | 33 | evp => [qw( |
34 | ASN1_PKEY_CTRL_CMS_ENVELOPE ASN1_PKEY_CTRL_CMS_RI_TYPE | ||
35 | ASN1_PKEY_CTRL_CMS_SIGN | ||
34 | EVP_MD_CTRL_ALG_CTRL | 36 | EVP_MD_CTRL_ALG_CTRL |
35 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE | 37 | EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE |
36 | EVP_PKEY_ALG_CTRL | 38 | EVP_PKEY_ALG_CTRL |