Home | History | Annotate | Download | only in ssl

Lines Matching refs:cert_req

443 			if (s->s3->tmp.cert_req)
492 /* For TLS, cert_req is set to 2, so a cert chain
494 if (s->s3->tmp.cert_req == 1)
1685 s->s3->tmp.cert_req=0;
1691 s->s3->tmp.cert_req=2;
1703 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);