Home | History | Annotate | Download | only in ssl

Lines Matching refs:need_cert

1163 	int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */
1267 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1275 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1278 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1288 if (need_cert && i < 0)
1297 if (need_cert)