pub type X509V3_CTX = v3_ext_ctx;
Aliased Type§
struct X509V3_CTX {
pub flags: i32,
pub issuer_cert: *mut x509_st,
pub subject_cert: *mut x509_st,
pub subject_req: *mut X509_req_st,
pub crl: *mut X509_crl_st,
pub db_meth: *mut X509V3_CONF_METHOD_st,
pub db: *mut c_void,
pub issuer_pkey: *mut evp_pkey_st,
}
Fields§
§flags: i32
§issuer_cert: *mut x509_st
§subject_cert: *mut x509_st
§subject_req: *mut X509_req_st
§crl: *mut X509_crl_st
§db_meth: *mut X509V3_CONF_METHOD_st
§db: *mut c_void
§issuer_pkey: *mut evp_pkey_st
Trait Implementations
Source§impl Clone for v3_ext_ctx
impl Clone for v3_ext_ctx
Source§fn clone(&self) -> v3_ext_ctx
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more