Set the CMP server hostname or IP address used for HTTP(S) transfer.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_server(
OSSL_CMP_CTX* ctx,
char const* address);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| address | Server hostname, IP address, or NULL to clear. |