summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-24 16:07:30 +0100
committerMatt Caswell <matt@openssl.org>2019-06-27 09:47:23 +0100
commit743694a6c29e5a6387819523fad5e3b7e613f1ee (patch)
tree6c9d84b59f73a13072b724a82fe38e3799b64c5f /util/libcrypto.num
parent29948ac80c1388cfeb0bd64539ac1fa6e0bb8990 (diff)
Move the public SIV mode functions from public headers to internal ones
SIV mode is accessible via EVP. There should be no reason to make the low level SIV functions from the modes directory part of the public API. Since these functions do not exist in 1.1.1 we are still able to make this change. This also reduces the list of newly added undocumented symbols from issue #9095. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9232)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num22
1 files changed, 11 insertions, 11 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 766c735b2f..40e80ffd55 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4609,17 +4609,17 @@ OPENSSL_version_build_metadata 4564 3_0_0 EXIST::FUNCTION:
EVP_aes_128_siv 4565 3_0_0 EXIST::FUNCTION:SIV
EVP_aes_192_siv 4566 3_0_0 EXIST::FUNCTION:SIV
EVP_aes_256_siv 4567 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_new 4568 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_init 4569 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_copy_ctx 4570 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_aad 4571 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_encrypt 4572 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_decrypt 4573 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_finish 4574 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_set_tag 4575 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_get_tag 4576 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_cleanup 4577 3_0_0 EXIST::FUNCTION:SIV
-CRYPTO_siv128_speed 4578 3_0_0 EXIST::FUNCTION:SIV
+CRYPTO_siv128_new 4568 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_init 4569 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_copy_ctx 4570 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_aad 4571 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_encrypt 4572 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_decrypt 4573 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_finish 4574 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_set_tag 4575 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_get_tag 4576 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_cleanup 4577 3_0_0 NOEXIST::FUNCTION:SIV
+CRYPTO_siv128_speed 4578 3_0_0 NOEXIST::FUNCTION:SIV
OPENSSL_INIT_set_config_filename 4579 3_0_0 EXIST::FUNCTION:STDIO
OPENSSL_INIT_set_config_file_flags 4580 3_0_0 EXIST::FUNCTION:STDIO
ASYNC_WAIT_CTX_get_callback 4581 3_0_0 EXIST::FUNCTION: