.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_certificate_set_x509_simple_pkcs12_file" 3 "3.3.8" "gnutls" "gnutls" .SH NAME gnutls_certificate_set_x509_simple_pkcs12_file \- API function .SH SYNOPSIS .B #include .sp .BI "int gnutls_certificate_set_x509_simple_pkcs12_file(gnutls_certificate_credentials_t " res ", const char * " pkcs12file ", gnutls_x509_crt_fmt_t " type ", const char * " password ");" .SH ARGUMENTS .IP "gnutls_certificate_credentials_t res" 12 is a \fBgnutls_certificate_credentials_t\fP structure. .IP "const char * pkcs12file" 12 filename of file containing PKCS\fB12\fP blob. .IP "gnutls_x509_crt_fmt_t type" 12 is PEM or DER of the \fIpkcs12file\fP . .IP "const char * password" 12 optional password used to decrypt PKCS\fB12\fP file, bags and keys. .SH "DESCRIPTION" This function sets a certificate/private key pair and/or a CRL in the gnutls_certificate_credentials_t structure. This function may be called more than once (in case multiple keys/certificates exist for the server). PKCS\fB12\fP files with a MAC, encrypted bags and PKCS \fB8\fP private keys are supported. However, only password based security, and the same password for all operations, are supported. PKCS\fB12\fP file may contain many keys and/or certificates, and this function will try to auto\-detect based on the key ID the certificate and key pair to use. If the PKCS\fB12\fP file contain the issuer of the selected certificate, it will be appended to the certificate to form a chain. If more than one private keys are stored in the PKCS\fB12\fP file, then only one key will be read (and it is undefined which one). It is believed that the limitations of this function is acceptable for most usage, and that any more flexibility would introduce complexity that would make it harder to use this functionality at all. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP (0) on success, or a negative error code. .SH "REPORTING BUGS" Report bugs to . .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