Struct trust_dns::tls::TlsClientStreamBuilder [] [src]

pub struct TlsClientStreamBuilder(_);

A Builder for the TlsClientStream

Methods

impl TlsClientStreamBuilder
[src]

[src]

Add a custom trusted peer certificate or certificate auhtority.

If this is the 'client' then the 'server' must have it associated as it's identity, or have had the identity signed by this certificate.

[src]

Creates a new TlsStream to the specified name_server

Arguments

  • name_server - IP and Port for the remote DNS resolver
  • subject_name - The Subject Public Key Info (SPKI) name as associated to a certificate
  • loop_handle - The reactor Core handle