Returns the maximum length of the DER encoded signature

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
ECDSA_size(EC_KEY const* eckey);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

numbers of bytes required for the DER encoded signature

Parameters

Name

Description

eckey

EC_KEY object

Created with MrDocs