Struct openssl::x509::verify::X509VerifyParamRef[]

pub struct X509VerifyParamRef(_);

Reference to X509VerifyParam.

Methods

impl X509VerifyParamRef
[src]

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 Borrow<X509VerifyParamRef> for X509VerifyParam

Immutably borrows from an owned value. Read more

impl AsRef<X509VerifyParamRef> for X509VerifyParam

Performs the conversion.

impl ForeignTypeRef for X509VerifyParamRef

The raw C type.

Important traits for &'a mut R

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut R

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Send for X509VerifyParamRef
[src]

impl Sync for X509VerifyParamRef
[src]