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

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

Functions

mesalink_PEM_read_PrivateKey

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

mesalink_PEM_read_X509

PEM_read_X509 reads a X509 certificate from file.

mesalink_PEM_read_bio_PrivateKey

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

mesalink_PEM_read_bio_X509

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