summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnder Juaristi <a@juaristi.eus>2021-11-26 18:20:44 +0100
committerAnder Juaristi <a@juaristi.eus>2021-12-04 17:26:54 +0100
commit5e7f04d4f603a8ee6a6a993c84391c68a2a53b88 (patch)
tree401b4841335a4a54ee23564e7676125705e5871c
parent41cf52cc980473210dd39ec1ad81cdb3fba62982 (diff)
downloadgnutls-aja-certificate-transparency.tar.gz
Signed-off-by: Ander Juaristi <a@juaristi.eus>
-rw-r--r--devel/symbols.last6
-rw-r--r--doc/Makefile.am12
-rw-r--r--doc/manpages/Makefile.am6
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/symbols.last b/devel/symbols.last
index 7bef666350..0041fcfad1 100644
--- a/devel/symbols.last
+++ b/devel/symbols.last
@@ -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
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f25bf0d5e..947e9f3b6e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 4f39adf0cc..edb3cde6e9 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -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