Set a comma-separated list of hosts that bypass the HTTP proxy.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_no_proxy(
OSSL_CMP_CTX* ctx,
char const* names);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| names | Host list in no-proxy format, or NULL to clear. |