From bf793c14a0a71384f19dd8ba87ab504b5d66045d Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Wed, 27 May 2020 12:42:24 +0200 Subject: devel/libgnutls-latest-x86_64.abi, doc, NEWS, and manpage updates Signed-off-by: Sahana Prasad --- NEWS | 8 ++++++++ devel/libgnutls-latest-x86_64.abi | 1 + devel/symbols.last | 2 ++ doc/Makefile.am | 2 ++ doc/manpages/Makefile.am | 1 + 5 files changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 755a67c88c..4624e200f7 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2019 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 3.7.0 (unreleased) + +** libgnutls: Added a new API that provides a callback function to + retrieve missing certificates from incomplete certificate chains (#202). + +** API and ABI modifications: +gnutls_x509_trust_list_set_getissuer_function: Added + * Version 3.6.14 (released 2020-06-03) ** libgnutls: Fixed insecure session ticket key construction, since 3.6.4. diff --git a/devel/libgnutls-latest-x86_64.abi b/devel/libgnutls-latest-x86_64.abi index 4f8d92b32d..07618659af 100644 --- a/devel/libgnutls-latest-x86_64.abi +++ b/devel/libgnutls-latest-x86_64.abi @@ -1265,6 +1265,7 @@ + diff --git a/devel/symbols.last b/devel/symbols.last index c5c279c42a..d9a5289b7d 100644 --- a/devel/symbols.last +++ b/devel/symbols.last @@ -11,6 +11,7 @@ GNUTLS_3_6_5@GNUTLS_3_6_5 GNUTLS_3_6_6@GNUTLS_3_6_6 GNUTLS_3_6_8@GNUTLS_3_6_8 GNUTLS_3_6_9@GNUTLS_3_6_9 +GNUTLS_3_7_0@GNUTLS_3_7_0 _gnutls_global_init_skip@GNUTLS_3_4 gnutls_aead_cipher_decrypt@GNUTLS_3_4 gnutls_aead_cipher_decryptv2@GNUTLS_3_6_10 @@ -1247,6 +1248,7 @@ gnutls_x509_trust_list_iter_get_ca@GNUTLS_3_4 gnutls_x509_trust_list_remove_cas@GNUTLS_3_4 gnutls_x509_trust_list_remove_trust_file@GNUTLS_3_4 gnutls_x509_trust_list_remove_trust_mem@GNUTLS_3_4 +gnutls_x509_trust_list_set_getissuer_function@GNUTLS_3_7_0 gnutls_x509_trust_list_verify_crt2@GNUTLS_3_4 gnutls_x509_trust_list_verify_crt@GNUTLS_3_4 gnutls_x509_trust_list_verify_named_crt@GNUTLS_3_4 diff --git a/doc/Makefile.am b/doc/Makefile.am index 01f7cd6fc1..d8b2d02ce5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2887,6 +2887,8 @@ FUNCS += functions/gnutls_x509_trust_list_remove_trust_file FUNCS += functions/gnutls_x509_trust_list_remove_trust_file.short FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem.short +FUNCS += functions/gnutls_x509_trust_list_set_getissuer_function +FUNCS += functions/gnutls_x509_trust_list_set_getissuer_function.short FUNCS += functions/gnutls_x509_trust_list_verify_crt FUNCS += functions/gnutls_x509_trust_list_verify_crt.short FUNCS += functions/gnutls_x509_trust_list_verify_crt2 diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 552130afa4..6a16687c01 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -1245,6 +1245,7 @@ APIMANS += gnutls_x509_trust_list_iter_get_ca.3 APIMANS += gnutls_x509_trust_list_remove_cas.3 APIMANS += gnutls_x509_trust_list_remove_trust_file.3 APIMANS += gnutls_x509_trust_list_remove_trust_mem.3 +APIMANS += gnutls_x509_trust_list_set_getissuer_function.3 APIMANS += gnutls_x509_trust_list_verify_crt.3 APIMANS += gnutls_x509_trust_list_verify_crt2.3 APIMANS += gnutls_x509_trust_list_verify_named_crt.3 -- cgit v1.2.1