ECPKParameters_print

Print EC domain parameters from an EC_GROUP to a BIO (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
ECPKParameters_print(
    BIO* bp,
    EC_GROUP const* x,
    int off);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
bpBIO that receives the human-readable parameters.
xEC group whose parameters are printed.
offIndentation width in spaces.