Type Alias X509V3_CTX

Source
pub type X509V3_CTX = v3_ext_ctx;

Aliased Type§

struct X509V3_CTX {
    pub flags: i32,
    pub issuer_cert: *const x509_st,
    pub subject_cert: *const x509_st,
    pub subject_req: *const X509_req_st,
    pub crl: *const X509_crl_st,
    pub db: *const conf_st,
}

Fields§

§flags: i32§issuer_cert: *const x509_st§subject_cert: *const x509_st§subject_req: *const X509_req_st§crl: *const X509_crl_st§db: *const conf_st

Trait Implementations

Source§

impl Clone for v3_ext_ctx

Source§

fn clone(&self) -> v3_ext_ctx

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for v3_ext_ctx

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for v3_ext_ctx