Write a DSA SubjectPublicKeyInfo to a BIO in PEM form (deprecated).
Synopsis
Declared in <openssl/pem.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 to write to. |
x |
DSA key to encode. |
Created with MrDocs