summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-20 12:41:47 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-21 16:19:00 +0200
commit4448c8eb774eaa1d333b895915533ca1ba61ec86 (patch)
tree2afa4aada34257d8f9d71304fa1cafda7b0b9f85 /lib/libgnutls.map
parent392f2c48efba8a4f00848a8a32342a6330889db5 (diff)
downloadgnutls-4448c8eb774eaa1d333b895915533ca1ba61ec86.tar.gz
gnutls_sign_is_secure2: introduced
This function exports the ability to check the validity of a signature algorithm for signing certificates. That also introduces the flag GNUTLS_SIGN_FLAG_SECURE_FOR_CERTS which when specified will cause the function to return whether the algorithm is secure for signing certificates. Signed-off-by: Nikos Mavrogiannopoulos <nmav@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 e1152059f7..8121f40773 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1165,6 +1165,7 @@ GNUTLS_3_4
gnutls_privkey_sign_hash2;
gnutls_privkey_sign_data2;
gnutls_priority_set2;
+ gnutls_sign_is_secure2;
local:
*;
};