Lines Matching refs:cert
310 X509 *cert;
638 /* let it pass, possibly with an "incorrect" peer cert,
715 cert = SSL_get_peer_certificate(ssl);
717 if (!cert_stack && cert) {
718 /* client cert is in the session cache, but there is
720 * sk_X509_shift-ed the peer cert out of the chain.
724 sk_X509_push(cert_stack, cert);
743 if (!cert) {
744 cert = sk_X509_value(cert_stack, 0);
747 X509_STORE_CTX_init(&cert_store_ctx, cert_store, cert, cert_stack);
854 if ((cert = SSL_get_peer_certificate(ssl))) {
858 sslconn->client_cert = cert;
1471 "cannot perform OCSP validation for cert "
1549 * caller will decrement the cert and key reference
1553 #define modssl_set_cert_info(info, cert, pkey) \
1554 *cert = info->x509; \
1555 CRYPTO_add(&(*cert)->references, +1, CRYPTO_LOCK_X509); \
1590 * so we send the first client cert in the list.
1612 "found acceptable cert");
1631 "found acceptable cert by intermediate CA");
2029 * SSL_set_SSL_CTX() only deals with the server cert,