Set a comma‐separated list of hosts that bypass the HTTP proxy.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set1_no_proxy(
    OSSL_CMP_CTX* ctx,
    char const* names);

Return Value

1 on success, 0 on error.

Parameters

Name

Description

ctx

CMP context.

names

Host list in no‐proxy format, or NULL to clear.

Created with MrDocs