Sha256: 5583256c461d4ad0b27daa0e8d779db7d459ea0cec444e913b6395bb2af6b1d0
Contents?: true
Size: 1.5 KB
Versions: 4
Compression:
Stored size: 1.5 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "xssl_cred_init" 3 "3.2.19" "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
4 entries across 4 versions & 1 rubygems