summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnder Juaristi <a@juaristi.eus>2021-11-17 19:28:50 +0100
committerAnder Juaristi <a@juaristi.eus>2021-12-04 17:26:50 +0100
commit41cf52cc980473210dd39ec1ad81cdb3fba62982 (patch)
tree0b217b0a5e19569f1c26eaeb0c2973ba1bf0ac13
parent4a68648d493dccc0463fc16ef4106c5b3b8567c6 (diff)
downloadgnutls-41cf52cc980473210dd39ec1ad81cdb3fba62982.tar.gz
devel: Suppress new API functions
Signed-off-by: Ander Juaristi <a@juaristi.eus>
-rw-r--r--devel/libgnutls.abignore21
-rw-r--r--lib/libgnutls.map6
2 files changed, 27 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index 2c074fafca..e3e62e74fc 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -50,6 +50,9 @@ changed_enumerators = GNUTLS_GROUP_MAX
name = gnutls_sec_param_t
changed_enumerators = GNUTLS_SEC_PARAM_MAX
+[suppress_type]
+name = gnutls_x509_ct_scts_t
+
# return type changed from int to unsigned int; no ABI change
[suppress_function]
name = gnutls_ocsp_status_request_is_checked
@@ -81,3 +84,21 @@ name = gnutls_sign_set_secure
[suppress_function]
name = gnutls_sign_set_secure_for_certs
+
+[suppress_function]
+name = gnutls_x509_ext_ct_scts_init
+
+[suppress_function]
+name = gnutls_x509_ext_ct_scts_deinit
+
+[suppress_function]
+name = gnutls_x509_ext_ct_import_scts
+
+[suppress_function]
+name = gnutls_x509_ext_ct_export_scts
+
+[suppress_function]
+name = gnutls_x509_ct_sct_get_version
+
+[suppress_function]
+name = gnutls_x509_ct_sct_get
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index dc50c6dba9..7c0c616974 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1342,6 +1342,12 @@ GNUTLS_3_7_0
gnutls_x509_trust_list_get_ptr;
gnutls_x509_trust_list_set_ptr;
gnutls_session_set_verify_output_function;
+ gnutls_x509_ext_ct_scts_init;
+ gnutls_x509_ext_ct_scts_deinit;
+ gnutls_x509_ext_ct_import_scts;
+ gnutls_x509_ext_ct_export_scts;
+ gnutls_x509_ct_sct_get_version;
+ gnutls_x509_ct_sct_get;
local:
*;
} GNUTLS_3_6_14;