EVP_PKEY_sign_init

Initialize a key context for signing with the key bound to ctx.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_sign_init(EVP_PKEY_CTX* ctx);

Return Value

1 on success, or 0 / a negative value on failure.

Parameters

NameDescription
ctxKey context created for a signing-capable algorithm.