OSSL_CMP_CTX_set1_serverPath

Set the HTTP path component for CMP server requests.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set1_serverPath(
    OSSL_CMP_CTX* ctx,
    char const* path);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
ctxCMP context.
pathURL path (for example "/cmp"), or NULL to clear.