summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2024-03-02 09:36:40 +0000
committertb <>2024-03-02 09:36:40 +0000
commit0bea2bf3e0501620de0fa1356a7c238f26af667b (patch)
tree4ff4fe72be24112582e04ad6fecfba8b02199ef8 /src/lib/libcrypto/Symbols.list
parentdd733fbf4aedf12a61eb3281cf9aba872ad4bf86 (diff)
downloadopenbsd-0bea2bf3e0501620de0fa1356a7c238f26af667b.tar.gz
openbsd-0bea2bf3e0501620de0fa1356a7c238f26af667b.tar.bz2
openbsd-0bea2bf3e0501620de0fa1356a7c238f26af667b.zip
Remove EVP_add_{cipher,digest}() from public API
Ciphers and digests are now handled in a static lookup table and no longer by the associative array that used to underlie the OBJ_NAME API. Adding ciphers is no longer possible. What uses this API does so for historic reasons coming from a time where SHA-2 and some AES variants needed to be enabled explicitly. Ports doing this (PHP and DANE code) were fixed. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index f9df2c28e7..2acd158dd6 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -1425,8 +1425,6 @@ EVP_SealFinal
1425EVP_SealInit 1425EVP_SealInit
1426EVP_SignFinal 1426EVP_SignFinal
1427EVP_VerifyFinal 1427EVP_VerifyFinal
1428EVP_add_cipher
1429EVP_add_digest
1430EVP_aead_aes_128_gcm 1428EVP_aead_aes_128_gcm
1431EVP_aead_aes_256_gcm 1429EVP_aead_aes_256_gcm
1432EVP_aead_chacha20_poly1305 1430EVP_aead_chacha20_poly1305