Write Diffie‐Hellman X9.42 domain parameters to a BIO in PEM form (deprecated).

Synopsis

Declared in <openssl/pem.h>

[[deprecated]]
int
PEM_write_bio_DHxparams(
    BIO* bp,
    DH const* x);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

bp

BIO to write to.

x

DH parameters to encode (X9.42 / DHxparams form).

Created with MrDocs