gnutls_x509_crt_get_proxy
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_x509_crt_get_proxy − API function
SYNOPSIS
#include <gnutls/x509.h>
int gnutls_x509_crt_get_proxy(gnutls_x509_crt_t cert, unsigned int * critical, int * pathlen, char ** policyLanguage, char ** policy, size_t * sizeof_policy);
ARGUMENTS
gnutls_x509_crt_t cert
should contain a gnutls_x509_crt_t structure
unsigned int * critical
will be non (0) if the extension is marked as critical
int * pathlen
pointer to output integer indicating path length (may be NULL), non−negative error codes indicate a present pCPathLenConstraint field and the actual value, −1 indicate that the field is absent.
char ** policyLanguage
output variable with OID of policy language
char ** policy
output variable with policy data
size_t * sizeof_policy
output variable size of policy data
DESCRIPTION
This function will get information from a proxy certificate. It reads the ProxyCertInfo X.509 extension (1.3.6.1.5.5.7.1.14).
RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error code is returned.
REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/
COPYRIGHT
Copyright
© 2008 Free Software Foundation.
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are
preserved.
SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command
info gnutls
should give you access to the complete manual.
More Linux Commands
manpages/clambc.1.html
clambc(1) - Bytecode Testing Tool - Linux manual page.......
--help -h Show help --version -V Show version --info -i Print information about bytecode --printsrc -p Print bytecode source --trace <level> Set bytecode trace
manpages/groff_man.7.html
groff_man(7) - groff `man' macros to support generation of m
The man macros used to generate man pages with groff were written by James Clark. This document provides a brief summary of the use of each macro in that packag
manpages/setconsole.8.html
setconsole(8) - determines the real tty of stdin (Man Page)
showconsole determines the real character device of the current system console. This can be used on /dev/console as current character device to get the real cha
manpages/perlrecharclass.1.html
perlrecharclass(1) - Perl Regular Expression Character Class
The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl regula
manpages/gnutls_transport_get_ptr.3.html
gnutls_transport_get_ptr(3) - API function - Linux man page
Used to get the first argument of the transport function (like PUSH and PULL). This must have been set using gnutls_transport_set_ptr(). RETURNS The first argum
manpages/cpuset.7.html
cpuset(7) - confine processes to processor and memory node s
The cpuset filesystem is a pseudo-filesystem interface to the kernel cpuset mechanism, which is used to control the processor placement and memory placement of
manpages/XGetDeviceButtonMapping.3.html
XGetDeviceButtonMapping(3) - query or change device button m
The XSetDeviceButtonMapping request sets the mapping of the specified device. If it succeeds, the X server generates a DeviceMappingNotify event, and XSetDevice
manpages/rt_sigprocmask.2.html
rt_sigprocmask(2) - examine and change blocked signals......
sigprocmask() is used to fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals whose delivery is currently blocked fo
manpages/pcre16_copy_substring.3.html
pcre16_copy_substring(3) Perl-compatible regular expressions
This is a convenience function for extracting a captured substring into a given buffer. The arguments are: subject Subject that has been successfully matched ov
manpages/lio_listio.3.html
lio_listio(3) - initiate a list of I/O requests (Man Page)
The lio_listio() function initiates the list of I/O operations described by the array aiocb_list. The mode operation has one of the following values: LIO_WAIT T
manpages/ttk_separator.n.html
ttk_separator(n) Separator bar (Local - Linux man page).....
A ttk::separator widget displays a horizontal or vertical separator bar. STANDARD OPTIONS -class -cursor -state -style -takefocus See the ttk_widget manual entr
manpages/execvpe.3.html
execvpe(3) - execute a file (Library - Linux man page)......
The exec() family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for execv
