Sha256: 53c44060d219a3f5769f5f0b89796f59aa06c54682e9d7f45f2fd791a1e65d9a
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_cred_init" 3 "3.2.11" "gnutls" "gnutls" .SH NAME xssl_cred_init \- API function .SH SYNOPSIS .B #include <gnutls/xssl.h> .sp .BI "int xssl_cred_init(xssl_cred_t * " c ", unsigned " vflags ", gnutls_cinput_st * " aux ", unsigned " aux_size ");" .SH ARGUMENTS .IP "xssl_cred_t * c" 12 is a pointer to \fBxssl_cred_t\fP structure. .IP "unsigned vflags" 12 the requested peer verification methods .IP "gnutls_cinput_st * aux" 12 Auxilary data to input any required CA certificate etc. .IP "unsigned aux_size" 12 the number of the auxillary data provided .SH "DESCRIPTION" This function initializes X.509 certificates in a \fBxssl_cred_t\fP structure. The \fIca_file\fP and \fIcrl_file\fP are required only if \fIvflags\fP includes \fBGNUTLS_VMETHOD_GIVEN_CAS\fP. The \fItofu_file\fP may be set if \fBGNUTLS_VMETHOD_TOFU\fP is specified. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, or an error code. .SH "SINCE" 3.1.7 .SH "REPORTING BUGS" Report bugs to <bugs@gnutls.org>. .br Home page: http://www.gnutls.org .SH COPYRIGHT Copyright \(co 2001-2014 Free Software Foundation, Inc. .br 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. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit .B .IP http://www.gnutls.org/manual/ .PP
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glib2-2.2.0-x86-mingw32 | vendor/local/share/man/man3/xssl_cred_init.3 |