Esempio n. 1
0
 def set_tlsext_host_name(self, name):
     # type: (bytes) -> None
     """Set the requested hostname for the SNI (Server Name Indication)
     extension.
     """
     m2.ssl_set_tlsext_host_name(self.ssl, name)
Esempio n. 2
0
 def set_tlsext_host_name(self, name):
     # type: (bytes) -> None
     """Set the requested hostname for the SNI (Server Name Indication)
     extension.
     """
     m2.ssl_set_tlsext_host_name(self.ssl, name)
Esempio n. 3
0
 def set_tlsext_host_name(self, name):
     "Set the requested hostname for the SNI (Server Name Indication) extension"
     m2.ssl_set_tlsext_host_name(self.ssl, name)
Esempio n. 4
0
 def set_tlsext_host_name(self, name):
     "Set the requested hostname for the SNI (Server Name Indication) extension"
     m2.ssl_set_tlsext_host_name(self.ssl, name)