summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-24 13:32:04 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-24 14:09:43 +0200
commit13893550aa266d55bd5ec6ef395ae48f528b24d5 (patch)
treeec554ab959107a20917924b9e5b45590e2ba42b1 /lib/libgnutls.map
parentdfbe6a74d8172fd69676987e2566b3f521101d3f (diff)
downloadgnutls-13893550aa266d55bd5ec6ef395ae48f528b24d5.tar.gz
Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRF
This improves compatibility with new openssl versions.
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 de2d0f6d2b..ef802043c6 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1103,6 +1103,7 @@ GNUTLS_3_4
gnutls_x509_crq_set_extension_by_oid;
gnutls_x509_dn_set_str;
gnutls_transport_set_fastopen;
+ gnutls_oid_to_mac;
local:
*;
};