summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-08 13:00:16 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-20 12:13:26 +0100
commitd753cfdcfc7e5342a38f27dde41cf8eb530b57a3 (patch)
treebccdff920f6b2682db3c279deac939f24d60330a /lib/libgnutls.map
parente7785d07443a85ed85347c5413acd5194e026c9e (diff)
downloadgnutls-d753cfdcfc7e5342a38f27dde41cf8eb530b57a3.tar.gz
Added function for UTF-8 normalization based on RFC7613
This introduces gnutls_utf8_password_normalize() and a dependency on libunistring.
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 9b947baac6..be584c5c08 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1131,6 +1131,7 @@ GNUTLS_3_4
gnutls_x509_dn_get_str2;
gnutls_x509_crl_get_issuer_dn3;
gnutls_x509_crq_get_dn3;
+ gnutls_utf8_password_normalize;
local:
*;
};