![]() |
![]()
| ![]() |
![]()
NAMEgnutls_x509_ext_import_proxy - API function SYNOPSIS#include <gnutls/x509-ext.h> int gnutls_x509_ext_import_proxy(const gnutls_datum_t * ext, int * pathlen, char ** policyLanguage, char ** policy, size_t * sizeof_policy); ARGUMENTS
DESCRIPTIONThis function will return the information from a proxy certificate extension. It reads the ProxyCertInfo X.509 extension (1.3.6.1.5.5.7.1.14). The policyLanguage and policy values must be deinitialized using gnutls_free() after use. RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE3.3.0 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|