Exemple #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)
Exemple #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)
Exemple #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)
Exemple #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)