summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2020-09-01 23:16:53 +0200
committerSahana Prasad <sahana@redhat.com>2020-09-02 18:22:05 +0200
commitf748e8df7f7220656be116f2e354fc3aabbdde67 (patch)
tree6d2e04d04bb610a3a643159ec03bcfe6f1a1ce9c /lib/libgnutls.map
parent423a1565d280107edd92684714ee22356200b038 (diff)
downloadgnutls-f748e8df7f7220656be116f2e354fc3aabbdde67.tar.gz
src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cli to
automatically download missing intermediate CAs in a certificate chain lib/cred-cert.c : adds set and get APIs to get user data in the gnutls_x509_trust_list_set_getissuer_function() callback. Signed-off-by: Sahana Prasad <sahana@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index e29f064a30..61276e5340 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1335,6 +1335,8 @@ GNUTLS_3_7_0
{
global:
gnutls_x509_trust_list_set_getissuer_function;
+ gnutls_x509_trust_list_get_ptr;
+ gnutls_x509_trust_list_set_ptr;
local:
*;
} GNUTLS_3_4;