Lines Matching refs:path
352 "[http[s]://]address[:port][/path] of CMP server. Default port 80 or 443."},
354 "address may be a DNS name or an IP address; path can be overridden by -path"},
356 "[http[s]://]address[:port][/path] of HTTP(S) proxy to use; path is ignored"},
364 {"path", OPT_PATH, 's',
365 "HTTP path (aka CMP alias) at the CMP server. Default from -server, else \"/\""},
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path;
1881 &portnum, &path, NULL /* q */, NULL /* frag */)) {
1892 used_path = path;
2016 OPENSSL_free(path);
2692 char *path = NULL;
2697 (ASN1_VALUE **)&req, &path,
2715 if (strcmp(path, "") != 0 && strcmp(path, "pkix/") != 0) {
2717 CMP_err1("expecting empty path or 'pkix/' but got '%s'",
2718 path);
2719 OPENSSL_free(path);
2723 OPENSSL_free(path);