Struct openssl::x509::verify::X509VerifyParam [−][src]
Adjust parameters associated with certificate verification.
Methods from Deref<Target = X509VerifyParamRef>
pub fn set_hostflags(&mut self, hostflags: X509CheckFlags)
[src][−]
Set the host flags.
This corresponds to X509_VERIFY_PARAM_set_hostflags
.
pub fn set_flags(&mut self, flags: X509VerifyFlags) -> Result<(), ErrorStack>
[src][−]
Set verification flags.
This corresponds to X509_VERIFY_PARAM_set_flags
.
pub fn clear_flags(&mut self, flags: X509VerifyFlags) -> Result<(), ErrorStack>
[src][−]
Clear verification flags.
This corresponds to X509_VERIFY_PARAM_clear_flags
.
pub fn flags(&mut self) -> X509VerifyFlags
[src][−]
Gets verification flags.
This corresponds to X509_VERIFY_PARAM_get_flags
.
pub fn set_host(&mut self, host: &str) -> Result<(), ErrorStack>
[src][−]
Set the expected DNS hostname.
This corresponds to X509_VERIFY_PARAM_set1_host
.
pub fn set_ip(&mut self, ip: IpAddr) -> Result<(), ErrorStack>
[src][−]
Set the expected IPv4 or IPv6 address.
This corresponds to X509_VERIFY_PARAM_set1_ip
.
Trait Implementations
impl AsRef<X509VerifyParamRef> for X509VerifyParam
[src][+]
impl Borrow<X509VerifyParamRef> for X509VerifyParam
[src][+]
impl Deref for X509VerifyParam
[src][+]
impl DerefMut for X509VerifyParam
[src][+]
impl Drop for X509VerifyParam
[src][+]
impl ForeignType for X509VerifyParam
[src][+]
impl Send for X509VerifyParam
[src]
impl Sync for X509VerifyParam
[src]
Auto Trait Implementations
impl RefUnwindSafe for X509VerifyParam
impl Unpin for X509VerifyParam
impl UnwindSafe for X509VerifyParam
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,