Home
last modified time | relevance | path

Searched refs:get_cipher_list (Results 1 – 3 of 3) sorted by relevance

/external/python/pyopenssl/src/OpenSSL/
DSSL.py1120 if tmpconn.get_cipher_list() == [
1920 def get_cipher_list(self): member in Connection
/external/python/pyopenssl/tests/
Dtest_ssl.py496 assert "AES128-SHA" in conn.get_cipher_list()
2944 ciphers = connection.get_cipher_list()
/external/python/pyopenssl/doc/
DChangeLog_old.txt699 * src/ssl/connection.c: Changed the get_cipher_list method to actually