diff options
| author | tb <> | 2024-03-02 09:36:40 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:36:40 +0000 |
| commit | 0bea2bf3e0501620de0fa1356a7c238f26af667b (patch) | |
| tree | 4ff4fe72be24112582e04ad6fecfba8b02199ef8 /src/lib/libcrypto/Symbols.list | |
| parent | dd733fbf4aedf12a61eb3281cf9aba872ad4bf86 (diff) | |
| download | openbsd-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.list | 2 |
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 | |||
| 1425 | EVP_SealInit | 1425 | EVP_SealInit |
| 1426 | EVP_SignFinal | 1426 | EVP_SignFinal |
| 1427 | EVP_VerifyFinal | 1427 | EVP_VerifyFinal |
| 1428 | EVP_add_cipher | ||
| 1429 | EVP_add_digest | ||
| 1430 | EVP_aead_aes_128_gcm | 1428 | EVP_aead_aes_128_gcm |
| 1431 | EVP_aead_aes_256_gcm | 1429 | EVP_aead_aes_256_gcm |
| 1432 | EVP_aead_chacha20_poly1305 | 1430 | EVP_aead_chacha20_poly1305 |
