]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update symbols
authorAnder Juaristi <a@juaristi.eus>
Fri, 26 Nov 2021 17:20:44 +0000 (18:20 +0100)
committerAnder Juaristi <a@juaristi.eus>
Sat, 4 Dec 2021 16:26:54 +0000 (17:26 +0100)
Signed-off-by: Ander Juaristi <a@juaristi.eus>
devel/symbols.last
doc/Makefile.am
doc/manpages/Makefile.am

index 7bef6663505337d7dcb7cc5a881839aab1dde1a7..0041fcfad13d355278b0b3e0e4f912ad3c0faf3f 100644 (file)
@@ -1136,6 +1136,8 @@ gnutls_x509_crt_sign2@GNUTLS_3_4
 gnutls_x509_crt_sign@GNUTLS_3_4
 gnutls_x509_crt_verify@GNUTLS_3_4
 gnutls_x509_crt_verify_data2@GNUTLS_3_4
+gnutls_x509_ct_sct_get@GNUTLS_3_7_0
+gnutls_x509_ct_sct_get_version@GNUTLS_3_7_0
 gnutls_x509_dn_deinit@GNUTLS_3_4
 gnutls_x509_dn_export2@GNUTLS_3_4
 gnutls_x509_dn_export@GNUTLS_3_4
@@ -1147,6 +1149,10 @@ gnutls_x509_dn_init@GNUTLS_3_4
 gnutls_x509_dn_oid_known@GNUTLS_3_4
 gnutls_x509_dn_oid_name@GNUTLS_3_4
 gnutls_x509_dn_set_str@GNUTLS_3_4
+gnutls_x509_ext_ct_export_scts@GNUTLS_3_7_0
+gnutls_x509_ext_ct_import_scts@GNUTLS_3_7_0
+gnutls_x509_ext_ct_scts_deinit@GNUTLS_3_7_0
+gnutls_x509_ext_ct_scts_init@GNUTLS_3_7_0
 gnutls_x509_ext_deinit@GNUTLS_3_4
 gnutls_x509_ext_export_aia@GNUTLS_3_4
 gnutls_x509_ext_export_authority_key_id@GNUTLS_3_4
index 4f25bf0d5ea8c303e1ffc733ac1f0aa1ae06cfd1..947e9f3b6e111167dff5a7168834f55f0123ad76 100644 (file)
@@ -2658,6 +2658,10 @@ FUNCS += functions/gnutls_x509_crt_verify
 FUNCS += functions/gnutls_x509_crt_verify.short
 FUNCS += functions/gnutls_x509_crt_verify_data2
 FUNCS += functions/gnutls_x509_crt_verify_data2.short
+FUNCS += functions/gnutls_x509_ct_sct_get
+FUNCS += functions/gnutls_x509_ct_sct_get.short
+FUNCS += functions/gnutls_x509_ct_sct_get_version
+FUNCS += functions/gnutls_x509_ct_sct_get_version.short
 FUNCS += functions/gnutls_x509_dn_deinit
 FUNCS += functions/gnutls_x509_dn_deinit.short
 FUNCS += functions/gnutls_x509_dn_export
@@ -2680,6 +2684,14 @@ FUNCS += functions/gnutls_x509_dn_oid_name
 FUNCS += functions/gnutls_x509_dn_oid_name.short
 FUNCS += functions/gnutls_x509_dn_set_str
 FUNCS += functions/gnutls_x509_dn_set_str.short
+FUNCS += functions/gnutls_x509_ext_ct_export_scts
+FUNCS += functions/gnutls_x509_ext_ct_export_scts.short
+FUNCS += functions/gnutls_x509_ext_ct_import_scts
+FUNCS += functions/gnutls_x509_ext_ct_import_scts.short
+FUNCS += functions/gnutls_x509_ext_ct_scts_deinit
+FUNCS += functions/gnutls_x509_ext_ct_scts_deinit.short
+FUNCS += functions/gnutls_x509_ext_ct_scts_init
+FUNCS += functions/gnutls_x509_ext_ct_scts_init.short
 FUNCS += functions/gnutls_x509_ext_deinit
 FUNCS += functions/gnutls_x509_ext_deinit.short
 FUNCS += functions/gnutls_x509_ext_export_aia
index 4f39adf0ccbd6d31204ebac030510f33a48638c8..edb3cde6e9a016067b9bbe70843d378afa4e21c8 100644 (file)
@@ -1131,6 +1131,8 @@ APIMANS += gnutls_x509_crt_sign.3
 APIMANS += gnutls_x509_crt_sign2.3
 APIMANS += gnutls_x509_crt_verify.3
 APIMANS += gnutls_x509_crt_verify_data2.3
+APIMANS += gnutls_x509_ct_sct_get.3
+APIMANS += gnutls_x509_ct_sct_get_version.3
 APIMANS += gnutls_x509_dn_deinit.3
 APIMANS += gnutls_x509_dn_export.3
 APIMANS += gnutls_x509_dn_export2.3
@@ -1142,6 +1144,10 @@ APIMANS += gnutls_x509_dn_init.3
 APIMANS += gnutls_x509_dn_oid_known.3
 APIMANS += gnutls_x509_dn_oid_name.3
 APIMANS += gnutls_x509_dn_set_str.3
+APIMANS += gnutls_x509_ext_ct_export_scts.3
+APIMANS += gnutls_x509_ext_ct_import_scts.3
+APIMANS += gnutls_x509_ext_ct_scts_deinit.3
+APIMANS += gnutls_x509_ext_ct_scts_init.3
 APIMANS += gnutls_x509_ext_deinit.3
 APIMANS += gnutls_x509_ext_export_aia.3
 APIMANS += gnutls_x509_ext_export_authority_key_id.3