EC_KEY_set_asn1_flag

Set ASN.1 encoding flags on the EC_GROUP inside eckey (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
void
EC_KEY_set_asn1_flag(
    EC_KEY* eckey,
    int asn1_flag);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eckeyKey whose group encoding flags are updated.
asn1_flagFlag such as OPENSSL_EC_NAMED_CURVE or OPENSSL_EC_EXPLICIT_CURVE.