summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2020-09-28 10:21:40 +0200
committerSahana Prasad <sahana@redhat.com>2020-11-10 14:30:10 +0100
commita452a1afeba3302cbd1928a01f13d6aa039e2e84 (patch)
tree38e7c4714721444859cb464ee18961862868827d /lib/libgnutls.map
parent63c7bbf1ee7b0b9328905dd062a1312e4439e2d7 (diff)
downloadgnutls-a452a1afeba3302cbd1928a01f13d6aa039e2e84.tar.gz
Adds a new API gnutls_session_set_verify_output_function() that allows TLS applications
to have a way to pass the gnutls_verify_output_function() as a callback so that the full path of the certificate chain to the trusted root can be avaiable as output. Signed-off-by: Sahana Prasad <sahana@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 643d400a1f..98b7319c44 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1337,6 +1337,7 @@ GNUTLS_3_7_0
gnutls_x509_trust_list_set_getissuer_function;
gnutls_x509_trust_list_get_ptr;
gnutls_x509_trust_list_set_ptr;
+ gnutls_session_set_verify_output_function;
local:
*;
} GNUTLS_3_4;