Lines Matching refs:cert_req
414 if (s->s3->tmp.cert_req)
438 /* For TLS, cert_req is set to 2, so a cert chain
447 if (s->s3->tmp.cert_req == 1)
1956 s->s3->tmp.cert_req=0;
2095 s->s3->tmp.cert_req=1;
2804 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
3235 s->s3->tmp.cert_req=0;
3241 s->s3->tmp.cert_req=2;
3253 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);