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

CRL contained in this info entry, or NULL.

enc_cipher

Cipher algorithm/parameters used when enc_data holds an encrypted private key.

enc_data

Encrypted private‐key bytes of length enc_len, or NULL.

enc_len

Length in bytes of the encrypted private‐key material at enc_data.

x509

Certificate contained in this info entry, or NULL.

x_pkey

Encrypted private key material associated with this PEM info bundle.

Created with MrDocs