Home | History | Annotate | Download | only in crypto

Lines Matching refs:err_cert

509 	X509 *err_cert;
515 err_cert = X509_STORE_CTX_get_current_cert(x509_ctx);
520 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, sizeof(buf));
540 !tls_match_altsubject(err_cert, altmatch)) {