Home
last modified time | relevance | path

Searched refs:ossl_cmp_warn (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c207 ossl_cmp_warn(ctx, "missing Subject Key Identifier in certificate"); in check_kid()
282 ossl_cmp_warn(ctx, time_cmp > 0 ? "cert has expired" : "cert is not yet valid"); in cert_acceptable()
297 ossl_cmp_warn(ctx, "cert appears to be invalid"); in cert_acceptable()
301 ossl_cmp_warn(ctx, "msg signature verification failed"); in cert_acceptable()
315 ossl_cmp_warn(ctx, in check_cert_path()
344 ossl_cmp_warn(ctx, in check_cert_path_3gpp()
411 ossl_cmp_warn(ctx, "no acceptable cert in extraCerts"); in check_msg_with_certs()
439 ossl_cmp_warn(ctx, mode_3gpp ? "no self-issued extraCerts" : "no trusted store"); in check_msg_all_certs()
613 ossl_cmp_warn(ctx, "verifying PBM-based CMP message protection failed"); in OSSL_CMP_validate_msg()
648 ossl_cmp_warn(ctx, "CMP message signature verification failed"); in OSSL_CMP_validate_msg()
H A Dcmp_client.c520 ossl_cmp_warn(ctx, "received \"grantedWithMods\" for certificate"); in get1_cert_status()
530 ossl_cmp_warn(ctx, in get1_cert_status()
534 ossl_cmp_warn(ctx, in get1_cert_status()
632ossl_cmp_warn(ctx, "could not build approximate chain for newly enrolled cert, resorting to receiv… in OSSL_CMP_certConf_cb()
960 ossl_cmp_warn(ctx, in OSSL_CMP_exec_RR_ses()
H A Dcmp_server.c424 ossl_cmp_warn(ctx, "All CertStatus but the first will be ignored"); in process_certConf()
574 ossl_cmp_warn(ctx, "ignoring missing protection of error message"); in unprotected_exception()
H A Dcmp_protect.c147 ossl_cmp_warn(ctx, "could not build chain for own CMP signer cert"); in ossl_cmp_set_own_chain()
H A Dcmp_local.h859 #define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg) macro
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod8 ossl_cmp_warn,
30 #define ossl_cmp_warn(ctx, msg)
56 ossl_cmp_alert(), ossl_cmp_err(), ossl_cmp_warn(), ossl_cmp_info(), and
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c294 ossl_cmp_warn(ctx, "this should be printed as CMP warning message"); in execute_cmp_ctx_log_cb_test()