Lines Matching refs:cn
365 char *cn = NULL;
370 cn = get_san_or_cn_from_cert(crt);
377 "The certificate has expired", cn ? cn : "?", depth);
385 "The certificate has a future date", cn ? cn : "?", depth);
393 "The certificate has a bad MD hash", cn ? cn : "?", depth);
401 "The certificate has a short RSA length", cn ? cn : "?", depth);
416 cn ? cn : "?", depth);
423 "The certificate's CA does not match", cn ? cn : "?", depth);
432 "The certificate's CRL has expired", cn ? cn : "?", depth);
442 "The certificate's CRL has a future date", cn ? cn : "?", depth);
453 cn ? cn : "?", depth);
460 if (!setup_data->validate_cn_call_back(cn,
481 buf, *flags, cn ? cn : "?", depth);
490 if (cn)
491 mbedtls_free(cn);