Lines Matching defs:port
352 "[http[s]://]address[:port][/path] of CMP server. Default port 80 or 443."},
356 "[http[s]://]address[:port][/path] of HTTP(S) proxy to use; path is ignored"},
483 "NOTE: -port and -max_msgs not supported due to no-sock build"},
485 {"port", OPT_PORT, 's',
486 "Act as HTTP-based mock server listening on given port"},
1055 CMP_err("server credentials (-srv_secret or -srv_cert) must be given if -use_mock_srv or -port is used");
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path;
1857 if (!opt_use_mock_srv && opt_rspin == NULL) { /* note: -port is not given */
1880 if (!OSSL_HTTP_parse_url(opt_server, &ssl, NULL /* user */, &host, &port,
1890 BIO_snprintf(server_port, sizeof(server_port), "%s", port);
1901 opt_tls_used ? "s" : "", host, port,
1977 if ((info->port = OPENSSL_strdup(server_port)) == NULL)
2015 OPENSSL_free(port);
2899 CMP_err("-tls_used option not supported with -port option");
2903 CMP_err("The -port option excludes -server and -use_mock_srv");
2907 CMP_err("The -port option does not support -reqin and -reqout");
2911 CMP_err("The -port option does not support -rspin and -rspout");
3071 OPENSSL_free((char *)info->port);