.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "dane_verify_crt_raw" 3 "3.7.1" "gnutls" "gnutls" .SH NAME dane_verify_crt_raw \- API function .SH SYNOPSIS .B #include .sp .BI "int dane_verify_crt_raw(dane_state_t " s ", const gnutls_datum_t * " chain ", unsigned " chain_size ", gnutls_certificate_type_t " chain_type ", dane_query_t " r ", unsigned int " sflags ", unsigned int " vflags ", unsigned int * " verify ");" .SH ARGUMENTS .IP "dane_state_t s" 12 A DANE state structure (may be NULL) .IP "const gnutls_datum_t * chain" 12 A certificate chain .IP "unsigned chain_size" 12 The size of the chain .IP "gnutls_certificate_type_t chain_type" 12 The type of the certificate chain .IP "dane_query_t r" 12 DANE data to check against .IP "unsigned int sflags" 12 Flags for the initialization of \fIs\fP (if NULL) .IP "unsigned int vflags" 12 Verification flags; an OR'ed list of \fBdane_verify_flags_t\fP. .IP "unsigned int * verify" 12 An OR'ed list of \fBdane_verify_status_t\fP. .SH "DESCRIPTION" This is the low\-level function of \fBdane_verify_crt()\fP. See the high level function for documentation. This function does not perform any resolving, it utilizes cached entries from \fIr\fP . .SH "RETURNS" a negative error code on error and \fBDANE_E_SUCCESS\fP (0) when the DANE entries were successfully parsed, irrespective of whether they were verified (see \fIverify\fP for that information). If no usable entries were encountered \fBDANE_E_REQUESTED_DATA_NOT_AVAILABLE\fP will be returned. .SH "REPORTING BUGS" Report bugs to . .br Home page: https://www.gnutls.org .SH COPYRIGHT Copyright \(co 2001- Free Software Foundation, Inc., and others. .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 https://www.gnutls.org/manual/ .PP