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

Name

Description

eckey

Key whose group encoding flags are updated.

asn1_flag

Flag such as OPENSSL_EC_NAMED_CURVE or OPENSSL_EC_EXPLICIT_CURVE.

Created with MrDocs