Searched refs:need_cert (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_clnt.c976 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */ local
1080 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1088 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1091 if (need_cert && ((pkey == NULL) || EVP_PKEY_missing_parameters(pkey)))
1101 if (need_cert && i < 0)
1110 if (need_cert)

Completed in 42 milliseconds