Synopsis

Declared in <openssl/x509.h>

struct stack_st_X509_INFO;

Non-Member Functions

Name

Description

PEM_X509_INFO_read

Read certificates, CRLs, and keys from a PEM FILE into X509_INFO objects.

PEM_X509_INFO_read_bio

Read successive PEM objects from a BIO into a stack of X509_INFO.

PEM_X509_INFO_read_bio_ex

Read successive PEM X509_INFO objects (cert, CRL, and/or key) from a BIO with an explicit library context.

PEM_X509_INFO_read_ex

Read certificates, CRLs, and keys from a PEM FILE with a library context.

Created with MrDocs