Searched refs:OPT_SSL3 (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | ciphers.c | 23 OPT_SSL3, enumerator 52 { "ssl3", OPT_SSL3, '-', "Ciphers compatible with SSL3" }, 138 case OPT_SSL3: in ciphers_main()
|
| H A D | s_time.c | 64 OPT_SSL3, enumerator 87 { "ssl3", OPT_SSL3, '-', "Just use SSLv3" }, 227 case OPT_SSL3: in s_time_main()
|
| H A D | s_server.c | 804 OPT_SSL3, enumerator 1051 { "ssl3", OPT_SSL3, '-', "Just talk SSLv3" }, 1107 (o == OPT_SSL3 || o == OPT_TLS1 || o == OPT_TLS1_1 || o == OPT_TLS1_2 \ 1626 case OPT_SSL3: in s_server_main()
|
| H A D | s_client.c | 529 OPT_SSL3, enumerator 757 { "ssl3", OPT_SSL3, '-', "Just use SSLv3" }, 884 (o == OPT_SSL3 || o == OPT_TLS1 || o == OPT_TLS1_1 || o == OPT_TLS1_2 \ 1370 case OPT_SSL3: in s_client_main()
|