Symbol: CMP_err
crypto/openssl/apps/cmp.c
1034
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
1073
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
1168
CMP_err("no cmp command to execute");
crypto/openssl/apps/cmp.c
1180
CMP_err("unknown option given for key loading format");
crypto/openssl/apps/cmp.c
1188
CMP_err("unknown option given for certificate storing format");
crypto/openssl/apps/cmp.c
1193
CMP_err("unknown option given for CRL storing format");
crypto/openssl/apps/cmp.c
1213
CMP_err("must give -srv_ref for mock server if no -srv_cert given");
crypto/openssl/apps/cmp.c
1235
CMP_err("server credentials (-srv_secret or -srv_cert) must be given if -use_mock_srv or -port is used");
crypto/openssl/apps/cmp.c
1243
CMP_err("must give both -srv_cert and -srv_key options or neither");
crypto/openssl/apps/cmp.c
1341
CMP_err("-failurebits out of range");
crypto/openssl/apps/cmp.c
1494
CMP_err("could not add untrusted cert to TLS client cert chain");
crypto/openssl/apps/cmp.c
1602
CMP_err("must give -key or -secret unless -unprotected_requests is used");
crypto/openssl/apps/cmp.c
1608
CMP_err("must give -ref if no -cert and no -subject given");
crypto/openssl/apps/cmp.c
1612
CMP_err("must give both -cert and -key options or neither");
crypto/openssl/apps/cmp.c
1663
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
1777
CMP_err("missing -newkey (or -key) to be certified and no -csr, -oldcert, -cert, or -reqin option given, which could provide fallback public key."
crypto/openssl/apps/cmp.c
1791
CMP_err("-newkeyout not given, nowhere to save centrally generated key");
crypto/openssl/apps/cmp.c
1807
CMP_err("missing -newkey (or -key) option for key to be certified and for POPO");
crypto/openssl/apps/cmp.c
1812
CMP_err("-certout not given, nowhere to save newly enrolled certificate");
crypto/openssl/apps/cmp.c
1863
CMP_err("missing -oldcert for certificate to be updated and no -csr given");
crypto/openssl/apps/cmp.c
1873
CMP_err("missing -oldcert or -issuer and -serial for certificate to be revoked and no -csr given");
crypto/openssl/apps/cmp.c
1881
CMP_err("Must give both -issuer and -serial options or neither");
crypto/openssl/apps/cmp.c
1898
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
1911
CMP_err("missing PKCS#10 CSR for p10cr");
crypto/openssl/apps/cmp.c
1967
CMP_err("could not set requested cert validity period");
crypto/openssl/apps/cmp.c
1972
CMP_err("cannot have policies both via -policies and via -policy_oids");
crypto/openssl/apps/cmp.c
2010
CMP_err("cannot have Subject Alternative Names both via -reqexts and via -sans");
crypto/openssl/apps/cmp.c
2074
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
2181
CMP_err("Unable to create 'OSSL_CMP_ITAV' structure");
crypto/openssl/apps/cmp.c
2188
CMP_err("Failed to add ITAV for geninfo of the PKI message header");
crypto/openssl/apps/cmp.c
2196
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
2228
CMP_err("missing -server or -use_mock_srv or -rspin option");
crypto/openssl/apps/cmp.c
2232
CMP_err("missing -use_mock_srv or -rspin option; -server option is not supported due to no-sock build");
crypto/openssl/apps/cmp.c
2293
CMP_err("unknown OID name in -infotype option");
crypto/openssl/apps/cmp.c
2318
CMP_err("missing -template option for genm with infotype certReqTemplate");
crypto/openssl/apps/cmp.c
2358
CMP_err("missing -tls_key option");
crypto/openssl/apps/cmp.c
2361
CMP_err("missing -tls_cert option");
crypto/openssl/apps/cmp.c
2414
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
2905
CMP_err("-keep_alive argument must be 0, 1, or 2");
crypto/openssl/apps/cmp.c
3084
CMP_err("invalid popo spec. Valid values are -1 .. 2");
crypto/openssl/apps/cmp.c
3114
CMP_err("invalid revreason. Valid values are -1 .. 6, 8 .. 10");
crypto/openssl/apps/cmp.c
3468
CMP_err("Missing -cacertsout option for -infotype caCerts");
crypto/openssl/apps/cmp.c
3492
CMP_err("Missing -newwithnew option for -infotype rootCaCert");
crypto/openssl/apps/cmp.c
3534
CMP_err("Missing -oldcrl and no -crlcert given for -infotype crlStatusList");
crypto/openssl/apps/cmp.c
3538
CMP_err("Missing -crlout for -infotype crlStatusList");
crypto/openssl/apps/cmp.c
3638
CMP_err("Did not receive response on genm or genp is not valid");
crypto/openssl/apps/cmp.c
3686
CMP_err("out of memory");
crypto/openssl/apps/cmp.c
3770
CMP_err("-tls_used option not supported with -port option");
crypto/openssl/apps/cmp.c
3774
CMP_err("The -port option excludes -server and -use_mock_srv");
crypto/openssl/apps/cmp.c
3778
CMP_err("The -port option does not support -reqin and -reqout");
crypto/openssl/apps/cmp.c
3782
CMP_err("The -port option does not support -rspin and -rspout");
crypto/openssl/apps/cmp.c
3788
CMP_err("cannot use both -server and -use_mock_srv options");
crypto/openssl/apps/cmp.c
3837
CMP_err("the -reqout_only client option does not combine with -port implying server behavior");
crypto/openssl/apps/cmp.c
3863
CMP_err("cannot set up CMP context");
crypto/openssl/apps/cmp.c
883
CMP_err("NULL arg to write_PKIMESSAGE");
crypto/openssl/apps/cmp.c
887
CMP_err("not enough file names provided for writing PKIMessage");
crypto/openssl/apps/cmp.c
907
CMP_err("NULL arg to read_PKIMESSAGE");
crypto/openssl/apps/cmp.c
911
CMP_err("not enough file names provided for reading PKIMessage");
crypto/openssl/apps/cmp.c
982
CMP_err("missing -server or -use_mock_srv option, or too few -rspin filename arguments");
crypto/openssl/apps/cmp.c
989
CMP_err("-server not supported on no-sock/no-http build; missing -use_mock_srv option or too few -rspin filename arguments");