Set an HTTP proxy hostname for CMP transfer.
Synopsis
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_proxy(
OSSL_CMP_CTX* ctx,
char const* name);
Return Value
1 on success, 0 on error.
Parameters
Name |
Description |
ctx |
CMP context. |
name |
Proxy hostname or NULL to clear. |
Created with MrDocs