Struct mbedtls_sys::mbedtls_x509_crt [] [src]

#[repr(C)]
pub struct mbedtls_x509_crt { pub raw: mbedtls_x509_buf, pub tbs: mbedtls_x509_buf, pub version: c_int, pub serial: mbedtls_x509_buf, pub sig_oid: mbedtls_x509_buf, pub issuer_raw: mbedtls_x509_buf, pub subject_raw: mbedtls_x509_buf, pub issuer: mbedtls_x509_name, pub subject: mbedtls_x509_name, pub valid_from: mbedtls_x509_time, pub valid_to: mbedtls_x509_time, pub pk: mbedtls_pk_context, pub issuer_id: mbedtls_x509_buf, pub subject_id: mbedtls_x509_buf, pub v3_ext: mbedtls_x509_buf, pub subject_alt_names: mbedtls_x509_sequence, pub ext_types: c_int, pub ca_istrue: c_int, pub max_pathlen: c_int, pub key_usage: c_uint, pub ext_key_usage: mbedtls_x509_sequence, pub ns_cert_type: c_uchar, pub sig: mbedtls_x509_buf, pub sig_md: mbedtls_md_type_t, pub sig_pk: mbedtls_pk_type_t, pub sig_opts: *mut c_void, pub next: *mut mbedtls_x509_crt, }

Fields

Trait Implementations

impl Copy for mbedtls_x509_crt
[src]

impl Clone for mbedtls_x509_crt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_x509_crt
[src]

Formats the value using the given formatter.

impl Default for mbedtls_x509_crt
[src]

Returns the "default value" for a type. Read more