Validate domain parameters associated with a key context.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_param_check(EVP_PKEY_CTX* ctx);

Return Value

1 if parameters are valid, 0 if invalid, or a negative value on error.

Parameters

Name

Description

ctx

Context holding parameters (or a key that embeds them).

Created with MrDocs