summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-07-23 10:31:08 +0200
committerDaiki Ueno <ueno@gnu.org>2022-01-07 17:30:14 +0100
commitb40e545e85fa2983aa240af25840cdc0a748adae (patch)
tree4b7d476d533b2a58fa4b1c11b782fce4496d24a4 /devel
parent527f2f799fa18f80941470ce89706c33e671b5ef (diff)
downloadgnutls-b40e545e85fa2983aa240af25840cdc0a748adae.tar.gz
fips: add functions to inspect thread-local FIPS operation state
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/libgnutls.abignore18
-rw-r--r--devel/symbols.last5
2 files changed, 23 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index 1589707eeb..afa9168b79 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -105,3 +105,21 @@ name = gnutls_x509_ct_sct_get
[suppress_function]
name = gnutls_transport_is_ktls_enabled
+
+[suppress_function]
+name = gnutls_fips140_context_init
+
+[suppress_function]
+name = gnutls_fips140_context_deinit
+
+[suppress_function]
+name = gnutls_fips140_push_context
+
+[suppress_function]
+name = gnutls_fips140_pop_context
+
+[suppress_function]
+name = gnutls_fips140_get_operation_state
+
+[suppress_type]
+name = gnutls_fips140_operation_state_t
diff --git a/devel/symbols.last b/devel/symbols.last
index 9142d5a3ed..d10b12d3ed 100644
--- a/devel/symbols.last
+++ b/devel/symbols.last
@@ -250,7 +250,12 @@ gnutls_ffdhe_8192_group_prime@GNUTLS_3_4
gnutls_ffdhe_8192_group_q@GNUTLS_3_6_8
gnutls_ffdhe_8192_key_bits@GNUTLS_3_4
gnutls_fingerprint@GNUTLS_3_4
+gnutls_fips140_context_deinit@GNUTLS_3_7_3
+gnutls_fips140_context_init@GNUTLS_3_7_3
+gnutls_fips140_get_operation_state@GNUTLS_3_7_3
gnutls_fips140_mode_enabled@GNUTLS_3_4
+gnutls_fips140_pop_context@GNUTLS_3_7_3
+gnutls_fips140_push_context@GNUTLS_3_7_3
gnutls_fips140_set_mode@GNUTLS_3_6_3
gnutls_free@GNUTLS_3_4
gnutls_get_system_config_file@GNUTLS_3_6_9