Print a human‐readable representation of a DSA key to a BIO (deprecated).
Synopsis
Declared in <openssl/dsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
bp |
BIO that receives the textual dump. |
x |
DSA key (parameters and/or key pair) to print. |
off |
Indentation width in spaces. |
Created with MrDocs