mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
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.
This commit is contained in:
parent
11e77a131c
commit
a4f8957185
@ -33,6 +33,10 @@ my %internal = (
|
|||||||
evp => [qw(
|
evp => [qw(
|
||||||
EVP_MD_CTRL_ALG_CTRL
|
EVP_MD_CTRL_ALG_CTRL
|
||||||
EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE
|
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_vfy => [qw(
|
||||||
X509_VERIFY_PARAM_ID
|
X509_VERIFY_PARAM_ID
|
||||||
|
Loading…
Reference in New Issue
Block a user