Struct openssl::x509::verify::X509VerifyParam [−][src]
pub struct X509VerifyParam(_);Expand description
Adjust parameters associated with certificate verification.
Methods from Deref<Target = X509VerifyParamRef>
Set the host flags.
This corresponds to X509_VERIFY_PARAM_set_hostflags.
Set verification flags.
This corresponds to X509_VERIFY_PARAM_set_flags.
Clear verification flags.
This corresponds to X509_VERIFY_PARAM_clear_flags.
Gets verification flags.
This corresponds to X509_VERIFY_PARAM_get_flags.
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
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = X509VerifyParamRef
type Target = X509VerifyParamRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = X509_VERIFY_PARAM
type CType = X509_VERIFY_PARAM
The raw C type.
type Ref = X509VerifyParamRef
type Ref = X509VerifyParamRef
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.
