Write a SubjectPublicKeyInfo public key to a FILE in PEM form.
Synopsis
Declared in <openssl/pem.h>
int
PEM_write_PUBKEY(
FILE* fp,
EVP_PKEY const* x);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
fp |
FILE to write to. |
x |
Public key to encode. |
Created with MrDocs