Symbol: CMP_warn
crypto/openssl/apps/cmp.c
1238
CMP_warn("server will not be able to handle PBM-protected requests since -srv_secret is not given");
crypto/openssl/apps/cmp.c
1271
CMP_warn("mock server will not be able to handle signature-protected requests since -srv_trusted is not given");
crypto/openssl/apps/cmp.c
1283
CMP_warn("no -rsp_cert given for mock server");
crypto/openssl/apps/cmp.c
1336
CMP_warn("-failurebits overrides -failure");
crypto/openssl/apps/cmp.c
1382
CMP_warn("-trusted option is ignored since -srvcert option is present");
crypto/openssl/apps/cmp.c
1386
CMP_warn("-recipient option is ignored since -srvcert option is present");
crypto/openssl/apps/cmp.c
1464
CMP_warn("-tls_used given without -tls_trusted; will not authenticate the TLS server");
crypto/openssl/apps/cmp.c
1519
CMP_warn("could not build cert chain for own TLS cert");
crypto/openssl/apps/cmp.c
1575
CMP_warn("-tls_used given without -tls_key; cannot authenticate to the TLS server");
crypto/openssl/apps/cmp.c
1629
CMP_warn("-cert and -key not used for protection since -secret is given");
crypto/openssl/apps/cmp.c
1647
CMP_warn("will not authenticate server due to missing -secret, -trusted, or -srvcert");
crypto/openssl/apps/cmp.c
1677
CMP_warn("-own_trusted option is ignored without -cert");
crypto/openssl/apps/cmp.c
1770
CMP_warn("no -subject given; no -csr or -oldcert or -cert available for fallback");
crypto/openssl/apps/cmp.c
1877
CMP_warn("ignoring -csr since certificate to be revoked is given");
crypto/openssl/apps/cmp.c
1885
CMP_warn("Ignoring -oldcert " OSSL_CMP_RR_MSG);
crypto/openssl/apps/cmp.c
1887
CMP_warn("Ignoring -csr " OSSL_CMP_RR_MSG);
crypto/openssl/apps/cmp.c
1908
CMP_warn("Ignoring -serial for command other than 'rr'");
crypto/openssl/apps/cmp.c
1917
CMP_warn("missing -recipient, -srvcert, -issuer, -oldcert or -cert; recipient for any requests not covered by -reqin will be set to \"NULL-DN\"");
crypto/openssl/apps/cmp.c
1978
CMP_warn("-csr option is ignored for 'genm' command");
crypto/openssl/apps/cmp.c
2018
CMP_warn("-opt_san_nodefault has no effect when -sans is used");
crypto/openssl/apps/cmp.c
2025
CMP_warn("-opt_policy_oids_critical has no effect unless -policy_oids is given");
crypto/openssl/apps/cmp.c
2059
CMP_warn("-oldcert option is ignored for 'genm' command");
crypto/openssl/apps/cmp.c
2239
CMP_warn("ignoring -proxy option since -server is not given");
crypto/openssl/apps/cmp.c
2241
CMP_warn("ignoring -no_proxy option since -server is not given");
crypto/openssl/apps/cmp.c
2251
CMP_warn("assuming -tls_used since -server URL indicates HTTPS");
crypto/openssl/apps/cmp.c
2285
CMP_warn("no -infotype option given for genm");
crypto/openssl/apps/cmp.c
2287
CMP_warn("-infotype option is ignored for commands other than 'genm'");
crypto/openssl/apps/cmp.c
2343
CMP_warn("-reqin is ignored since -rspin is present");
crypto/openssl/apps/cmp.c
2346
CMP_warn("-reqin_new_tid is ignored since -reqin is not present");
crypto/openssl/apps/cmp.c
2470
CMP_warn("saving more than one certificate in non-PEM format");
crypto/openssl/apps/cmp.c
3477
CMP_warn("no CA certificates provided by server");
crypto/openssl/apps/cmp.c
3496
CMP_warn("No -oldwithold given, will use all certs given with -trusted as trust anchors for verifying the newWithNew cert");
crypto/openssl/apps/cmp.c
3511
CMP_warn("oldWithNew certificate received in genp for verifying oldWithOld, but oldWithOld was not provided");
crypto/openssl/apps/cmp.c
3560
CMP_warn("-oldcrl and -crlcert have different issuer");
crypto/openssl/apps/cmp.c
3588
CMP_warn("no certificate request template available");
crypto/openssl/apps/cmp.c
3602
CMP_warn("no key specifications available");
crypto/openssl/apps/cmp.c
3764
CMP_warn("-tls_used given without any other TLS options");
crypto/openssl/apps/cmp.c
3766
CMP_warn("ignoring TLS options(s) since -tls_used is not given");
crypto/openssl/apps/cmp.c
3792
CMP_warn("ignoring -tls_used option since -server is not given or -use_mock_srv is given");
crypto/openssl/apps/cmp.c
3856
CMP_warn("-server option is not used if enough filenames given for -rspin");
crypto/openssl/apps/cmp.c
3859
CMP_warn("-use_mock_srv option is not used if enough filenames given for -rspin");
crypto/openssl/apps/cmp.c
977
CMP_warn("too few -rspin filename arguments; resorting to using mock server");
crypto/openssl/apps/cmp.c
986
CMP_warn("too few -rspin filename arguments; resorting to contacting server");