summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 11:05:36 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 12:21:35 +0100
commit3e8ba29e3fa535e106fa3a3205dc7b3e04956489 (patch)
tree40fee5b9306d7c3a95ad86c5c7b949a5aa722d48 /lib/libgnutls.map
parentd1a9c629ace34bf715b590446ae83d82164e778e (diff)
downloadgnutls-3e8ba29e3fa535e106fa3a3205dc7b3e04956489.tar.gz
x509: introduced functions to set an othername alternative name
That is, added, gnutls_x509_crt_set_subject_alt_othername, gnutls_x509_crt_set_issuer_alt_othername, gnutls_x509_crq_set_subject_alt_othername Relates #62
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 7885153be3..87827cb622 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1072,6 +1072,9 @@ GNUTLS_3_4
gnutls_decode_ber_digest_info;
gnutls_encode_ber_digest_info;
gnutls_pkcs7_get_embedded_data;
+ gnutls_x509_crq_set_subject_alt_othername;
+ gnutls_x509_crt_set_subject_alt_othername;
+ gnutls_x509_crt_set_issuer_alt_othername;
local:
*;
};