[]Trait yukikaze::connector::rustls::internal::msgs::handshake::ConvertServerNameList

pub trait ConvertServerNameList {
    fn has_duplicate_names_for_type(&self) -> bool;
fn get_single_hostname(&self) -> Option<DNSNameRef>; }

Required methods

Loading content...

Implementations on Foreign Types

impl ConvertServerNameList for Vec<ServerName>

fn has_duplicate_names_for_type(&self) -> bool

RFC6066: "The ServerNameList MUST NOT contain more than one name of the same name_type."

Loading content...

Implementors

Loading content...