Home
last modified time | relevance | path

Searched refs:OP_ALL (Results 1 – 5 of 5) sorted by relevance

/external/python/pyopenssl/src/OpenSSL/
DSSL.py185 OP_ALL = _lib.SSL_OP_ALL variable
/external/python/cpython2/Lib/test/
Dtest_ssl.py777 default = (ssl.OP_ALL | ssl.OP_NO_SSLv2 | ssl.OP_NO_SSLv3)
3168 print(" OP_ALL = 0x%8x" % ssl.OP_ALL)
/external/python/cpython3/Doc/library/
Dssl.rst747 .. data:: OP_ALL
1983 The default value is :data:`OP_ALL`, but you can specify other options
1995 <Options.OP_ALL|OP_NO_SSLv3|OP_NO_SSLv2|OP_NO_COMPRESSION: 2197947391>
/external/python/cpython2/Doc/library/
Dssl.rst669 .. data:: OP_ALL
1352 The default value is :data:`OP_ALL`, but you can specify other options
/external/python/cpython3/Lib/test/
Dtest_ssl.py1137 default = (ssl.OP_ALL | ssl.OP_NO_SSLv2 | ssl.OP_NO_SSLv3)
4731 print(" OP_ALL = 0x%8x" % ssl.OP_ALL)