Home | History | Annotate | Download | only in ssl

Lines Matching refs:need_cert

1032 	int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */
1136 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1144 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1147 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1157 if (need_cert && i < 0)
1166 if (need_cert)