aws_lc_sys

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 Default for v3_ext_ctx

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl PartialEq for v3_ext_ctx

Source§

fn eq(&self, other: &v3_ext_ctx) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for v3_ext_ctx

Source§

impl Eq for v3_ext_ctx

Source§

impl StructuralPartialEq for v3_ext_ctx