summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-07 16:14:08 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-19 11:27:00 +0100
commit5b9d843e65d73526e8bc176ac378f54a5fd6ea17 (patch)
treec9fd32b72dac4f4359394a40d9a5273d98c2cf2b /lib/libgnutls.map
parent69422a1d264128003995fc06c903b7b887af14d9 (diff)
downloadgnutls-5b9d843e65d73526e8bc176ac378f54a5fd6ea17.tar.gz
Added API to read/write/delete key-cert pairs (limited to windows for now)
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index cad05281ba..799cc083bd 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1063,6 +1063,10 @@ GNUTLS_3_1_0 {
gnutls_pkcs12_bag_set_privkey;
gnutls_x509_privkey_set_pin_function;
gnutls_ocsp_resp_get_responder_raw_id;
+ gnutls_system_key_iter_deinit;
+ gnutls_system_key_iter_get_info;
+ gnutls_system_key_delete;
+ gnutls_system_key_add_x509;
} GNUTLS_3_0_0;
GNUTLS_FIPS140 {