Home
last modified time | relevance | path

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

/external/curl/docs/cmdline-opts/
Dsslv3.d9 Help: Use SSLv3
12 server. Sometimes curl is built without SSLv3 support. SSLv3 is widely
/external/curl/docs/
DFEATURES75 - force usage of a specific SSL version (SSLv2 (*7), SSLv3 (*10) or TLSv1)
196 example, only supports SSLv3 and TLSv1
201 does not support SSLv3
DMANUAL708 Many older SSL-servers have problems with SSLv3 or TLS, which newer versions
711 version to use (for SSLv3, SSLv2 or TLSv1 respectively):
DFAQ833 It turned out to be because many older SSL servers don't deal with SSLv3
838 request and instead you had to force curl to use SSLv3 with -3/--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/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java611 SSLv3("SSLv3"), enumConstant
/external/python/cpython2/Doc/library/
Dssl.rst191 … *client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1** **TLSv1.1** **TLSv1.2**
194 *SSLv3* no yes yes no no no
674 Prevents an SSLv3 connection. This option is only applicable in
676 choosing SSLv3 as the protocol version.
1001 ``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
1756 disable SSLv2 and SSLv3 explicitly using the :data:`SSLContext.options`
/external/libmicrohttpd/
DChangeLog62 Update HTTPS testcases to avoid SSLv3, as SSLv3 is dead.
/external/curl/
Dconfigure.ac2200 dnl Recent WolfSSL versions build without SSLv3 by default
DCHANGES.01199 shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected.
3767 forces it to prefer SSLv3.
/external/python/cpython2/Misc/
DNEWS852 - Issue #25530: Disable the vulnerable SSLv3 protocol by default when creating