示例#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)
示例#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)