Home | History | Annotate | Download | only in apps

Lines Matching defs:ciphers

44     { "v", OPT_V, '-', "Verbose listing of the SSL/TLS ciphers" },
50 { "s", OPT_S, '-', "Only supported ciphers" },
52 { "ssl3", OPT_SSL3, '-', "Ciphers compatible with SSL3" },
55 { "tls1", OPT_TLS1, '-', "Ciphers compatible with TLS1" },
58 { "tls1_1", OPT_TLS1_1, '-', "Ciphers compatible with TLS1.1" },
61 { "tls1_2", OPT_TLS1_2, '-', "Ciphers compatible with TLS1.2" },
64 { "tls1_3", OPT_TLS1_3, '-', "Ciphers compatible with TLS1.3" },
106 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL;
181 ciphers = argv[0];
214 if (ciphers != NULL) {
215 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) {