rustls_pki_types

Module server_name

source
Expand description

DNS name validation according to RFC1035, but with underscores allowed.

Modulesยง

Structsยง

  • Failure to parse an IP address
  • A type which encapsulates a string (borrowed or owned) that is a syntactically valid DNS name.
  • The provided input could not be parsed because it is not a syntactically-valid DNS Name.
  • no_std implementation of std::net::Ipv4Addr.
  • no_std implementation of std::net::Ipv6Addr.

Enumsยง

  • DnsNameInner ๐Ÿ”’
  • no_std implementation of std::net::IpAddr.
  • Encodes ways a client can know the expected name of the server.

Functionsยง