summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-14 11:19:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-14 13:06:12 +0200
commit5270ee1ac73c64431eb0858b844150cf1b2c1fb3 (patch)
treeff72788fbc59058c582ed9f9149e0d068f02b473 /lib/libgnutls.map
parent3d96c8bb76012611fe97e27a50933308cee69420 (diff)
downloadgnutls-5270ee1ac73c64431eb0858b844150cf1b2c1fb3.tar.gz
Added gnutls_x509_crt_set_crq_extension_by_oid()
This allows copying specific OIDs from a certificate request to the certificate.
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 1416504936..c396169101 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1097,6 +1097,7 @@ GNUTLS_3_4
gnutls_x509_crq_get_tlsfeatures;
gnutls_x509_crq_set_tlsfeatures;
gnutls_ext_get_name;
+ gnutls_x509_crt_set_crq_extension_by_oid;
local:
*;
};