DSA_print

Print a human-readable representation of a DSA key to a BIO (deprecated).

Synopsis

Declared in <openssl/dsa.h>

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

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 key (parameters and/or key pair) to print.
offIndentation width in spaces.