Print a key's domain parameters to a BIO in human-readable form.
Declared in <openssl/evp.h>
int
EVP_PKEY_print_params(
BIO* out,
EVP_PKEY const* pkey,
int indent,
ASN1_PCTX* pctx);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| out | Output BIO. |
| pkey | Key whose parameters are printed. |
| indent | Indentation width in spaces. |
| pctx | Optional ASN.1 print context, or NULL for defaults. |