Home
last modified time | relevance | path

Searched refs:SSLv3 (Results 1 – 22 of 22) sorted by relevance

/external/curl/docs/cmdline-opts/
Dsslv3.d9 Help: Use SSLv3
13 server. Sometimes curl is built without SSLv3 support. SSLv3 is widely
/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
DProtocol.java28 SSLv3(1), enumConstant
44 return SSLv3; in forName()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/
DProtocol.java30 SSLv3(1), enumConstant
46 return SSLv3; in forName()
/external/curl/docs/
DFEATURES75 - force usage of a specific SSL version (SSLv2 (*7), SSLv3 (*10) or TLSv1)
198 example, only supports SSLv3 and TLSv1
202 *10 = requires an SSL library that supports SSLv3
DFAQ801 It turned out to be because many older SSL servers don't deal with SSLv3
806 request and instead you had to force curl to use SSLv3 with -3/--sslv3.
/external/conscrypt/
DCAPABILITIES.md12 * `SSLv3` (ignored)
19 `SSLv3` in calls to methods like
/external/scapy/test/tls/
Dtests_tls_netaccess.uts120 = Testing TLS client with SSLv3 and TLS_RSA_EXPORT_WITH_RC4_40_MD5
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DStandardNames.java183 SSLv3("SSLv3"), enumConstant
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DStandardNames.java181 SSLv3("SSLv3"), enumConstant
/external/python/cpython3/Lib/
Dssl.py160 SSLv3 = _ssl.PROTO_SSLv3 variable in TLSVersion
584 if value == TLSVersion.SSLv3:
/external/okhttp/
DCHANGELOG.md341 * **`COMPATIBLE_TLS` no longer supports SSLv3.** In response to the
343 vulnerability, OkHttp no longer offers SSLv3 when negotiation an
345 running SSLv3, you must manually configure your own `ConnectionSpec`.
392 only one fallback, to SSLv3. Applications can now configure this with the
/external/python/cpython3/Doc/library/
Dssl.rst770 Prevents an SSLv3 connection. This option is only applicable in
772 choosing SSLv3 as the protocol version.
778 SSLv3 is deprecated
1059 .. attribute:: TLSVersion.SSLv3
1354 ``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
1434 …*client* / **server** **SSLv2** **SSLv3** **TLS** [3]_ **TLSv1** **TLSv1.1** **TLSv…
1437 … *SSLv3* no yes no [2]_ no no no
1446 .. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
1587 'protocol': 'TLSv1/SSLv3',
1594 'protocol': 'TLSv1/SSLv3',
[all …]
/external/python/cpython2/Doc/library/
Dssl.rst194 … *client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1** **TLSv1.1** **TLSv1.2**
197 *SSLv3* no yes yes no no no
687 Prevents an SSLv3 connection. This option is only applicable in
689 choosing SSLv3 as the protocol version.
1030 ``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
1780 disable SSLv2 and SSLv3 explicitly using the :data:`SSLContext.options`
/external/python/cpython3/Lib/test/
Dtest_ssl.py1246 {ssl.TLSVersion.TLSv1, ssl.TLSVersion.SSLv3}
3853 server_context.minimum_version = ssl.TLSVersion.SSLv3
3854 client_context.minimum_version = ssl.TLSVersion.SSLv3
3855 client_context.maximum_version = ssl.TLSVersion.SSLv3
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst180 Disable the vulnerable SSLv3 protocol by default when creating
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst807 Disable the vulnerable SSLv3 protocol by default when creating
D3.6.0a1.rst3022 Disable the vulnerable SSLv3 protocol by default when creating
D3.5.0a1.rst1769 SSLv3 is now disabled throughout the standard library. It can still be
/external/python/cpython3/Doc/whatsnew/
D3.5.rst138 * SSLv3 is now disabled throughout the standard library.
D3.3.rst1969 SSLv3 server sockets to use the server's cipher ordering preference rather
/external/curl/
Dconfigure.ac2462 dnl Recent WolfSSL versions build without SSLv3 by default
/external/python/cpython3/Misc/
DHISTORY310 - Issue #25530: Disable the vulnerable SSLv3 protocol by default when creating
1131 - Issue #22638: SSLv3 is now disabled throughout the standard library.