Searched defs:check_cert_chain (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c173 static int check_cert_chain(http_conn_t *, char *);
773 if (check_cert_chain(c_id, CONN_HOSTNAME) != 0) {
2169 * check_cert_chain - Check if we have a valid certificate chain.
2171 * ret = check_cert_chain(c_id, host);
2182 check_cert_chain(http_conn_t *c_id, char *host) function
2191 "check_cert_chain: Certificate doesn't verify");
2208 "check_cert_chain: Peer did not present a certificate");
2221 "check_cert_chain: Common name doesn't match host name");

Completed in 62 milliseconds