Synopsis
Declared in <openssl/x509.h>
struct stack_st_X509_INFO;
Non-Member Functions
Name |
Description |
Read certificates, CRLs, and keys from a PEM FILE into X509_INFO objects. |
|
Read successive PEM objects from a BIO into a stack of X509_INFO. |
|
|
Read successive PEM X509_INFO objects (cert, CRL, and/or key) from a BIO with an explicit library context. |
Read certificates, CRLs, and keys from a PEM FILE with a library context. |
Created with MrDocs