Bundle of certificate, CRL, and/or encrypted private key as found in PEM info files.
Synopsis
Declared in <openssl/x509.h>
struct X509_info_st;
Data Members
Name |
Description |
CRL contained in this info entry, or NULL. |
|
Cipher algorithm/parameters used when |
|
Encrypted private‐key bytes of length |
|
Length in bytes of the encrypted private‐key material at |
|
Certificate contained in this info entry, or NULL. |
|
Encrypted private key material associated with this PEM info bundle. |
Created with MrDocs