.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_verify_x509crt" 3 "2.6.6" "libpskc" "libpskc" .SH NAME pskc_verify_x509crt \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_verify_x509crt(pskc_t * " container ", const char * " cert_file ", int * " valid_signature ");" .SH ARGUMENTS .IP "pskc_t * container" 12 a \fBpskc_t\fP handle, from \fBpskc_init()\fP. .IP "const char * cert_file" 12 filename of file containing trusted X.509 certificate. .IP "int * valid_signature" 12 output variable with result of verification. .SH "DESCRIPTION" Verify signature in PSKC data against trusted X.509 certificate. .SH "RETURNS" On success, \fBPSKC_OK\fP (zero) is returned, or an error code. .SH "REPORTING BUGS" Report bugs to . libpskc home page: http://www.gnu.org/software/libpskc/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2012-2020 Simon Josefsson. .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.