package python.lib
Available on python
staticCERT_REQUIRED:IntstaticOP_NO_COMPRESSION:IntstaticOP_NO_SSLv2:IntstaticOP_NO_SSLv3:IntstaticOP_NO_TLSv1:IntPrevents a TLSv1 connection. This option is only applicable in conjunction with PROTOCOL_TLS. It prevents the peers from choosing TLSv1 as the protocol version.
staticOP_NO_TLSv1_1:IntPrevents a TLSv1.1 connection. This option is only applicable in conjunction with PROTOCOL_TLS. It prevents the peers from choosing TLSv1.1 as the protocol version. Available only with openssl version 1.0.1+.
since python 3.4
staticPROTOCOL_SSLv23:StringstaticPROTOCOL_TLS:Stringstaticcreate_default_context:(purpose:String) ‑> SSLContext
    © 2005–2020 Haxe Foundation
Licensed under a MIT license.
    https://api.haxe.org/python/lib/Ssl.html