Struct openssl_sys::X509_VAL [] [src]

pub struct X509_VAL {
    pub notBefore: *mut ASN1_TIME,
    pub notAfter: *mut ASN1_TIME,
}

Fields