Set ASN.1 encoding flags on the EC_GROUP inside eckey (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
void
EC_KEY_set_asn1_flag(
EC_KEY* eckey,
int asn1_flag);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| eckey | Key whose group encoding flags are updated. |
| asn1_flag | Flag such as OPENSSL_EC_NAMED_CURVE or OPENSSL_EC_EXPLICIT_CURVE. |