aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-20 22:15:10 +1000
committerPauli <paul.dale@oracle.com>2020-10-22 22:35:26 +1000
commit85209c07459b1c6007e0fc550f40c05deec78531 (patch)
treebd4ac16f7aad18e091ca76c18039c071c6297e75 /util
parentfc1ccdffe96bc9d32f4287c31f7ff99f9dd37854 (diff)
downloadopenssl-85209c07459b1c6007e0fc550f40c05deec78531.zip
openssl-85209c07459b1c6007e0fc550f40c05deec78531.tar.gz
openssl-85209c07459b1c6007e0fc550f40c05deec78531.tar.bz2
Remove EVP_aes_(128|192|256)_siv functions
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13195)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num3
-rw-r--r--util/missingcrypto.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 3d3edf9..3573058 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4427,9 +4427,6 @@ OPENSSL_version_minor ? 3_0_0 EXIST::FUNCTION:
OPENSSL_version_patch ? 3_0_0 EXIST::FUNCTION:
OPENSSL_version_pre_release ? 3_0_0 EXIST::FUNCTION:
OPENSSL_version_build_metadata ? 3_0_0 EXIST::FUNCTION:
-EVP_aes_128_siv ? 3_0_0 EXIST::FUNCTION:SIV
-EVP_aes_192_siv ? 3_0_0 EXIST::FUNCTION:SIV
-EVP_aes_256_siv ? 3_0_0 EXIST::FUNCTION:SIV
OPENSSL_INIT_set_config_filename ? 3_0_0 EXIST::FUNCTION:STDIO
OPENSSL_INIT_set_config_file_flags ? 3_0_0 EXIST::FUNCTION:STDIO
ASYNC_WAIT_CTX_get_callback ? 3_0_0 EXIST::FUNCTION:
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index f2b91e2..71c0d50 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -700,9 +700,6 @@ EVP_PKEY_save_parameters(3)
EVP_add_alg_module(3)
EVP_add_cipher(3)
EVP_add_digest(3)
-EVP_aes_128_siv(3)
-EVP_aes_192_siv(3)
-EVP_aes_256_siv(3)
EVP_get_pw_prompt(3)
EVP_hex2ctrl(3)
EVP_read_pw_string(3)