diff options
| author | schwarze <> | 2024-12-09 10:50:43 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-12-09 10:50:43 +0000 |
| commit | 155c6219dc775898054448671ae217f784a6a99c (patch) | |
| tree | 12d3e21c071a0373619876ce26069e55ec9c43cc /src | |
| parent | ee3d1c0f143450b3ef7e6244b9b1b99567a19486 (diff) | |
| download | openbsd-155c6219dc775898054448671ae217f784a6a99c.tar.gz openbsd-155c6219dc775898054448671ae217f784a6a99c.tar.bz2 openbsd-155c6219dc775898054448671ae217f784a6a99c.zip | |
Mark EVP_CTRL constants for RC5 as intentionally undocumented
because LibreSSL does not support RC5 and because these constants
are almost unused in the wild.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index ec60cb08db..415bdd0047 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
| @@ -73,6 +73,7 @@ my %obsolete = ( | |||
| 73 | evp => [qw( | 73 | evp => [qw( |
| 74 | EVP_CIPH_FLAG_FIPS EVP_CIPH_FLAG_NON_FIPS_ALLOW | 74 | EVP_CIPH_FLAG_FIPS EVP_CIPH_FLAG_NON_FIPS_ALLOW |
| 75 | EVP_CTRL_AEAD_SET_MAC_KEY EVP_CTRL_AEAD_TLS1_AAD | 75 | EVP_CTRL_AEAD_SET_MAC_KEY EVP_CTRL_AEAD_TLS1_AAD |
| 76 | EVP_CTRL_GET_RC5_ROUNDS EVP_CTRL_SET_RC5_ROUNDS | ||
| 76 | EVP_MD_CTRL_DIGALGID | 77 | EVP_MD_CTRL_DIGALGID |
| 77 | EVP_MD_CTX_FLAG_NON_FIPS_ALLOW EVP_MD_CTX_FLAG_PAD_MASK | 78 | EVP_MD_CTX_FLAG_NON_FIPS_ALLOW EVP_MD_CTX_FLAG_PAD_MASK |
| 78 | EVP_MD_CTX_FLAG_PAD_PKCS1 EVP_MD_CTX_FLAG_PAD_PSS | 79 | EVP_MD_CTX_FLAG_PAD_PKCS1 EVP_MD_CTX_FLAG_PAD_PSS |
