Lines Matching refs:cert
48 /* TLS does not like anon-DH with client cert */
579 * For TLS, cert_req is set to 2, so a cert chain of nothing is
1772 /* prepare server cert verification by setting s->session->peer_chain from pkt */
1856 * Verify the s->session->peer_chain and check server cert type.
3405 * cert exists, if we have a suitable digest for TLS 1.2 if static DH client
3417 if (s->cert->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT &&
3430 /* Let cert callback update client certificates if required */
3431 if (s->cert->cert_cb) {
3432 i = s->cert->cert_cb(s, s->cert->cert_cb_arg);
3454 /* We need to get a client cert */
3518 : s->cert->key)) {