SSL_CONF_CTX_set1_prefix

Set the command-name prefix recognised by subsequent SSL_CONF_cmd() calls.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_CONF_CTX_set1_prefix(
    SSL_CONF_CTX* cctx,
    char const* pre);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
cctxConfiguration context to update.
prePrefix string, or NULL to restore the default for the current flags.