Searched refs:CMP_err1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | cmp.c | 646 #define CMP_err1(msg, a1) CMP_ERR(msg"%s%s", a1, "", "") macro 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() 1718 CMP_err1("unknown policy OID '%s'", opt_policy_oids); in setup_request_ctx() 1882 CMP_err1("cannot parse -server URL: %s", opt_server); in setup_client_ctx() 2063 CMP_err1("could not open file '%s' for writing", destFile); in save_free_certs() 2070 CMP_err1("cannot write certificate to file '%s'", destFile); in save_free_certs() [all …]
|