diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-19 10:19:43 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-19 10:19:43 +0100 |
commit | c62c660fd884ae7aab5d64b7c856dc0398c3057c (patch) | |
tree | 0c1da26c8da03309bf487bb270fd1704670c50f8 /lib/libgnutls.map | |
parent | 7375d8c0ae30ade0ac805914b8cee31a80913398 (diff) | |
download | gnutls-c62c660fd884ae7aab5d64b7c856dc0398c3057c.tar.gz |
Added gnutls_x509_name_constraints_check_crt
This function will check name constraints against all the names
in a certificate.
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index b4cdd3c6ce..c92d6db4fb 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -952,6 +952,7 @@ GNUTLS_3_1_0 { gnutls_x509_name_constraints_get_permitted; gnutls_x509_name_constraints_get_excluded; gnutls_x509_name_constraints_check; + gnutls_x509_name_constraints_check_crt; } GNUTLS_3_0_0; GNUTLS_PRIVATE { |