stack_st_X509_INFO

Synopsis

Declared in <openssl/x509.h>

struct stack_st_X509_INFO;

Non-Member Functions

NameDescription
PEM_X509_INFO_readRead certificates, CRLs, and keys from a PEM FILE into X509_INFO objects.
PEM_X509_INFO_read_bioRead successive PEM objects from a BIO into a stack of X509_INFO.
PEM_X509_INFO_read_bio_exRead successive PEM X509_INFO objects (cert, CRL, and/or key) from a BIO with an explicit library context.
PEM_X509_INFO_read_exRead certificates, CRLs, and keys from a PEM FILE with a library context.