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

Name

Description

bp

Output BIO.

x

DH object whose parameters are printed.

Created with MrDocs