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

pub struct X509VerifyParamRef(_);

Reference to X509VerifyParam.

Methods

impl X509VerifyParamRef
[src]

[src]

Set the host flags.

This corresponds to X509_VERIFY_PARAM_set_hostflags.

[src]

Set the expected DNS hostname.

This corresponds to X509_VERIFY_PARAM_set1_host.

[src]

Set the expected IPv4 or IPv6 address.

This corresponds to X509_VERIFY_PARAM_set1_ip.

Trait Implementations

impl ForeignTypeRef for X509VerifyParamRef

The raw C type.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.

impl Send for X509VerifyParamRef
[src]

impl Sync for X509VerifyParamRef
[src]