コード例 #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
ファイル: Connection.py プロジェクト: Hypernode/M2Crypto
 def set_cipher_list(self, cipher_list):
     """Set the cipher suites for this connection."""
     return m2.ssl_set_cipher_list(self.ssl, cipher_list)