Exemplo n.º 1
0
 def set_cipher_list(self, cipher_list):
     # type: (str) -> int
     """Set the cipher suites for this connection."""
     return m2.ssl_set_cipher_list(self.ssl, cipher_list)
Exemplo n.º 2
0
 def set_cipher_list(self, cipher_list):
     """Set the cipher suites for this connection."""
     return m2.ssl_set_cipher_list(self.ssl, cipher_list)