Searched refs:CMP_err1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 646 #define CMP_err1(msg, a1) CMP_ERR(msg"%s%s", a1, "", "") macro 665 CMP_err1("Logging verbosity level %d out of range (0 .. 8)", level); in set_verbosity() 754 CMP_err1("cannot write PKIMessage to file '%s'", file); in write_PKIMESSAGE() 780 CMP_err1("cannot read PKIMessage from file '%s'", file); in read_PKIMESSAGE() 989 CMP_err1("unknown cmp command '%s'", opt_cmd_s); in transform_opts() 1134 CMP_err1("-failure out of range, should be >= 0 and <= %d", in setup_srv_ctx() 1291 CMP_err1("unable to use client TLS certificate file '%s'", in setup_ssl_ctx() 1374 CMP_err1("unable to use TLS client private key '%s'", opt_tls_key); in setup_ssl_ctx() 1493 CMP_err1("digest algorithm name not recognized: '%s'", opt_digest); in setup_protection_ctx() 1498 CMP_err1("digest algorithm name not supported: '%s'", opt_digest); in setup_protection_ctx() [all …]
|