DHparams_print

Print Diffie-Hellman parameters to a BIO in human-readable form (deprecated).

Synopsis

Declared in <openssl/dh.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
bpOutput BIO.
xDH object whose parameters are printed.