diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-04 15:46:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-04-06 12:57:07 +0200 |
commit | 28e723ca0b830abe3b36f401b001d74359a6c200 (patch) | |
tree | 1b4377c31316d7725fa5822c5216e39526d3a930 /lib/libgnutls.map | |
parent | 071e6df609b60e82d2d12344464e112e6dafebfc (diff) | |
download | gnutls-28e723ca0b830abe3b36f401b001d74359a6c200.tar.gz |
Added helper functions to parse the inhibit anyPolicy X.509 extension
That introduces:
* gnutls_x509_ext_export_inhibit_anypolicy
* gnutls_x509_ext_import_inhibit_anypolicy
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index adf4902774..727d57bc7e 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1136,6 +1136,8 @@ GNUTLS_3_4 gnutls_idna_reverse_map; gnutls_x509_crt_set_flags; gnutls_x509_crt_check_ip; + gnutls_x509_ext_import_inhibit_anypolicy; + gnutls_x509_ext_export_inhibit_anypolicy; local: *; }; |