DSAparams_print

Print DSA domain parameters (p, q, g) to a BIO in human-readable form (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSAparams_print(
    BIO* bp,
    DSA const* x);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
bpBIO that receives the textual dump.
xDSA object whose parameters are printed.