Struct openssl_sys::X509_CRL_INFO [−][src]
#[repr(C)]pub struct X509_CRL_INFO {
pub issuer: *mut X509_NAME,
pub lastUpdate: *mut ASN1_TIME,
pub nextUpdate: *mut ASN1_TIME,
pub revoked: *mut stack_st_X509_REVOKED,
// some fields omitted
}
Fields
issuer: *mut X509_NAME
lastUpdate: *mut ASN1_TIME
nextUpdate: *mut ASN1_TIME
revoked: *mut stack_st_X509_REVOKED