]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
devel: Suppress new API functions
authorAnder Juaristi <a@juaristi.eus>
Wed, 17 Nov 2021 18:28:50 +0000 (19:28 +0100)
committerAnder Juaristi <a@juaristi.eus>
Sat, 4 Dec 2021 16:26:50 +0000 (17:26 +0100)
Signed-off-by: Ander Juaristi <a@juaristi.eus>
devel/libgnutls.abignore
lib/libgnutls.map

index 2c074fafca5eb2c3aceeb82c56fb78bb765f247d..e3e62e74fc758814c8bbc33c827e383a58fac42a 100644 (file)
@@ -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
index dc50c6dba96692749c848ce2780acc8a53eaf99e..7c0c616974070e737e73c7b2691247fe26bbc335 100644 (file)
@@ -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;