Lines Matching defs:from
269 "Configuration file to use. \"\" = none. Default from env variable OPENSSL_CONF"},
271 "Section(s) in config file to get options from. \"\" = 'default'. Default 'cmp'"},
307 "Do not take default SANs from reference certificate (see -oldcert)"},
360 "Default from environment variable 'no_proxy', else 'NO_PROXY', else none"},
365 "HTTP path (aka CMP alias) at the CMP server. Default from -server, else \"/\""},
467 "Take sequence of CMP requests to send to server from file(s)"},
469 "Use fresh transactionID for CMP requests read from -reqin"},
539 "Accept unprotected error messages from client"},
706 BIO_printf(bio_err, "error: unable to load %s from file '%s'\n", desc,
760 /* read DER-encoded OSSL_CMP_MSG from the specified file name item */
780 CMP_err1("cannot read PKIMessage from file '%s'", file);
790 * to take the sequence of requests and responses from files.
807 * The transaction ID in req_new read from opt_reqin may not be fresh.
1113 /* from server perspective the server is the client */
1173 * set up verification aspects of OSSL_CMP_CTX w.r.t. opts from config file/CLI.
1249 * set up ssl_ctx for the OSSL_CMP_CTX based on options from config file/CLI.
1331 /* If present we append to the list also the certs from opt_tls_extra */
1396 * set up protection aspects of OSSL_CMP_CTX based on options from config
1516 * based on options from config file/CLI.
1637 : "public key for checking cert resulting from p10cr";
1840 * set up the client-side OSSL_CMP_CTX based on options from config file/CLI
2107 /* get previous name from a comma or space-separated list of names */
2141 /* get str value for name from a comma-separated hierarchy of config sections */
2155 /* get long val for name from a comma-separated hierarchy of config sections */
2175 * use the command line option table to read values from the CMP section
2176 * of openssl.cnf. Defaults are taken from the config file, they can be
2764 const char *from = "", *server = "";
2768 from = " from ";
2781 : "warning", "received%s%s %s", from, server,
2827 /* read default values for options from config file */