Home | History | Annotate | Download | only in ssl

Lines Matching refs:cert_req

373 			if (s->s3->tmp.cert_req)
397 /* For TLS, cert_req is set to 2, so a cert chain
406 if (s->s3->tmp.cert_req == 1)
1758 s->s3->tmp.cert_req=0;
1868 s->s3->tmp.cert_req=1;
2577 if (s->s3->tmp.cert_req && s->cert->key->privatekey) {
2915 s->s3->tmp.cert_req=0;
2921 s->s3->tmp.cert_req=2;
2933 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);