[][src]Module tabbyssl::libcrypto::pem

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

Functions

tabby_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.

tabby_PEM_read_X509

PEM_read_X509 reads a X509 certificate from file.

tabby_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.

tabby_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.