Struct openssl::x509::verify::X509VerifyParam[]

pub struct X509VerifyParam(_);
[]

Adjust parameters associated with certificate verification.

Methods from Deref<Target = X509VerifyParamRef>

[]

Set the host flags.

This corresponds to X509_VERIFY_PARAM_set_hostflags.

[]

Set the expected DNS hostname.

This corresponds to X509_VERIFY_PARAM_set1_host.

[]

Set the expected IPv4 or IPv6 address.

This corresponds to X509_VERIFY_PARAM_set1_ip.

Trait Implementations

impl ForeignType for X509VerifyParam
[+]

The raw C type.

The type representing a reference to this type.

[]

Constructs an instance of this type from its raw type.

[]

Returns a raw pointer to the wrapped value.

impl Drop for X509VerifyParam
[+]

[]

Executes the destructor for this type. Read more

impl Deref for X509VerifyParam
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

impl DerefMut for X509VerifyParam
[+]

[]

Mutably dereferences the value.

impl Borrow<X509VerifyParamRef> for X509VerifyParam
[+]

[]

Immutably borrows from an owned value. Read more

impl AsRef<X509VerifyParamRef> for X509VerifyParam
[+]

[]

Performs the conversion.

impl Send for X509VerifyParam
[src]

impl Sync for X509VerifyParam
[src]