Home | History | Annotate | Download | only in ssl

Lines Matching full:cert_req

403 			if (s->s3->tmp.cert_req)
427 /* For TLS, cert_req is set to 2, so a cert chain
436 if (s->s3->tmp.cert_req == 1)
1964 s->s3->tmp.cert_req=0;
2103 s->s3->tmp.cert_req=1;
2950 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
3299 s->s3->tmp.cert_req=0;
3305 s->s3->tmp.cert_req=2;
3317 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);