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

Name

Description

ctx

CMP context.

path

URL path (for example "/cmp"), or NULL to clear.

Created with MrDocs