Struct rustls_ffi::client::rustls_verify_server_cert_params[][src]

#[repr(C)]
pub struct rustls_verify_server_cert_params<'a> { pub end_entity_cert_der: rustls_slice_bytes<'a>, pub intermediate_certs_der: &'a rustls_slice_slice_bytes<'a>, pub dns_name: rustls_str<'a>, pub ocsp_response: rustls_slice_bytes<'a>, }
Expand description

Input to a custom certificate verifier callback. See rustls_client_config_builder_dangerous_set_certificate_verifier().

Fields

end_entity_cert_der: rustls_slice_bytes<'a>intermediate_certs_der: &'a rustls_slice_slice_bytes<'a>dns_name: rustls_str<'a>ocsp_response: rustls_slice_bytes<'a>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.