Module mesalink::libcrypto::pem[][src]

Expand description

Implementations of OpenSSL PEM APIs. Please also refer to the header file at mesalink/openssl/evp.h

Functions

PEM_read_PrivateKey reads a private key from file. If there are multiple keys in the file, only the first one is read.

PEM_read_X509 reads a X509 certificate from file.

PEM_read_bio_PrivateKey reads a private key from bio. If there are multiple keys in the bio, only the first one is read.

PEM_read_bio_X509 reads a X509 certificate from bio. If there are multiple certificates in the bio, only the first one is read.