summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-11 16:20:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-14 13:34:51 +0100
commit70bf8475bb0ab178fe36ee4c601a6cfec8e70a3f (patch)
treef9971b47b9a1ae80832e446dd8ebb61239e9c7e3 /lib/libgnutls.map
parent19f6dc899b3062631eed162f0132f64bc3773282 (diff)
downloadgnutls-70bf8475bb0ab178fe36ee4c601a6cfec8e70a3f.tar.gz
Introduced new functions to allow multiple DN parsing modes
The old DN parsing functions are changed to return the original non-fully compliant with RFC4514 string format, while the new ones return the compliant string by default. This allows applications which relied on the previous format to continue functioning without changes.
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index c0186f5524..9b947baac6 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1124,6 +1124,13 @@ GNUTLS_3_4
gnutls_anon_set_server_known_dh_params;
gnutls_psk_set_server_known_dh_params;
gnutls_x509_crt_check_key_purpose;
+ gnutls_ocsp_resp_get_responder2;
+ gnutls_x509_crt_get_issuer_dn3;
+ gnutls_x509_crt_get_dn3;
+ gnutls_x509_rdn_get2;
+ gnutls_x509_dn_get_str2;
+ gnutls_x509_crl_get_issuer_dn3;
+ gnutls_x509_crq_get_dn3;
local:
*;
};