Write EC domain parameters (ECPKParameters) to a BIO in PEM form (deprecated).
Declared in <openssl/pem.h>
[[deprecated]]
int
PEM_write_bio_ECPKParameters(
BIO* bp,
EC_GROUP const* x);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| bp | BIO to write to. |
| x | EC_GROUP parameters to encode. |