Set the HTTP path component for CMP server requests.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set1_serverPath(
OSSL_CMP_CTX* ctx,
char const* path);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| path | URL path (for example "/cmp"), or NULL to clear. |