PEM_write_bio_Parameters

Write algorithm parameters from an EVP_PKEY to a BIO in PEM form.

Synopsis

Declared in <openssl/pem.h>

int
PEM_write_bio_Parameters(
    BIO* bp,
    EVP_PKEY const* x);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
bpBIO to write to.
xKey whose parameters are encoded (encoding depends on the key type).