/freebsd/crypto/openssl/test/ |
H A D | dtlstest.c | 87 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "AES128-SHA"))) in test_dtls_unprocessed() 91 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "AES128-SHA:@SECLEVEL=0")) in test_dtls_unprocessed() 92 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_unprocessed() 210 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_dtls_drop_records() 211 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_drop_records() 327 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_cookie() 328 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_cookie() 363 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_dtls_duplicate_records() 364 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_duplicate_records() 430 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0"))) in test_just_finished() [all …]
|
H A D | cipherlist_test.c | 207 if (!TEST_true(SSL_CTX_set_cipher_list(fixture->server, "DEFAULT")) in test_default_cipherlist_explicit() 208 || !TEST_true(SSL_CTX_set_cipher_list(fixture->client, "DEFAULT"))) { in test_default_cipherlist_explicit() 222 if (!TEST_int_eq(SSL_CTX_set_cipher_list(fixture->server, "no-such"), 0)) in test_default_cipherlist_clear() 251 if (!TEST_true(SSL_CTX_set_cipher_list(fixture->server, TLS1_RFC_RSA_WITH_AES_128_SHA)) in test_stdname_cipherlist() 252 … || !TEST_true(SSL_CTX_set_cipher_list(fixture->client, TLS1_RFC_RSA_WITH_AES_128_SHA))) { in test_stdname_cipherlist()
|
H A D | fatalerrtest.c | 40 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "AES128-SHA")) in test_fatalerr() 41 || !TEST_true(SSL_CTX_set_cipher_list(cctx, "AES256-SHA")) in test_fatalerr()
|
H A D | ciphername_test.c | 416 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) { in test_cipher_name()
|
H A D | clienthellotest.c | 119 } else if (!TEST_true(SSL_CTX_set_cipher_list(ctx, in test_client_hello()
|
H A D | dtls_mtu_test.c | 166 if (!TEST_true(SSL_CTX_set_cipher_list(ctx, "PSK"))) in run_mtu_tests()
|
H A D | sslapitest.c | 376 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "RSA"))) in test_keylog() 770 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, in test_client_hello_cb() 980 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in execute_test_large_message() 981 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in execute_test_large_message() 1173 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipher)) in execute_test_ktls() 1174 || !TEST_true(SSL_CTX_set_cipher_list(sctx, cipher))) in execute_test_ktls() 1349 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipher)) in execute_test_ktls_sendfile() 1350 || !TEST_true(SSL_CTX_set_cipher_list(sctx, cipher))) in execute_test_ktls_sendfile() 1650 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "DEFAULT:@SECLEVEL=0")) in test_large_app_data() 1651 || !TEST_true(SSL_CTX_set_cipher_list(sctx, in test_large_app_data() [all …]
|
H A D | sslcorrupttest.c | 204 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) in test_ssl_corrupt()
|
H A D | ssl_old_test.c | 1431 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)) { in main() 1444 if (!SSL_CTX_set_cipher_list(s_ctx, cipher)) { in main() 1457 if (!SSL_CTX_set_cipher_list(s_ctx2, cipher)) { in main() 1470 if (!SSL_CTX_set_cipher_list(c_ctx, cipher) in main() 1471 || !SSL_CTX_set_cipher_list(s_ctx, cipher) in main() 1472 || !SSL_CTX_set_cipher_list(s_ctx2, cipher)) { in main()
|
H A D | bad_dtls_test.c | 503 || !TEST_true(SSL_CTX_set_cipher_list(ctx, "AES128-SHA"))) in test_bad_dtls()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_cipher_list.pod | 5 SSL_CTX_set_cipher_list, 17 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str); 28 SSL_CTX_set_cipher_list() sets the list of available ciphers (TLSv1.2 and below) 72 The control string B<str> for SSL_CTX_set_cipher_list(), SSL_set_cipher_list(), 107 SSL_CTX_set_cipher_list() and SSL_set_cipher_list() return 1 if any cipher
|
H A D | SSL_CTX_set_tmp_ecdh.pod | 37 L<ssl(7)>, L<SSL_CTX_set1_curves(3)>, L<SSL_CTX_set_cipher_list(3)>,
|
H A D | SSL_CTX_use_certificate.pod | 143 cipher selected, see also L<SSL_CTX_set_cipher_list(3)>. 192 L<SSL_CTX_set_cipher_list(3)>,
|
H A D | SSL_get_ciphers.pod | 105 L<ssl(7)>, L<SSL_CTX_set_cipher_list(3)>,
|
H A D | SSL_CTX_set_tmp_dh_callback.pod | 109 L<ssl(7)>, L<SSL_CTX_set_cipher_list(3)>,
|
/freebsd/crypto/openssl/apps/ |
H A D | ciphers.c | 212 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) { in ciphers_main()
|
H A D | s_time.c | 254 if (cipher != NULL && !SSL_CTX_set_cipher_list(ctx, cipher)) in s_time_main()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | dtlsserver.c | 623 ret = SSL_CTX_set_cipher_list(ctx, "ALL:eNULL:@SECLEVEL=0"); in FuzzerTestOneInput()
|
H A D | server.c | 546 ret = SSL_CTX_set_cipher_list(ctx, "ALL:eNULL:@SECLEVEL=0"); in FuzzerTestOneInput()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 114 SSL_CTX_set_cipher_list;
|
/freebsd/contrib/unbound/daemon/ |
H A D | unbound.c |
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_conf.c | 265 rv = SSL_CTX_set_cipher_list(cctx->ctx, value); in cmd_CipherString()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 464 MAN+= SSL_CTX_set_cipher_list.3 3352 MLINKS+= SSL_CTX_set_cipher_list.3 OSSL_default_cipher_list.3 3353 MLINKS+= SSL_CTX_set_cipher_list.3 OSSL_default_ciphersuites.3 3950 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_CTX_set_ciphersuites.3 4222 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_cipher_list.3 4223 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_ciphersuites.3
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 4 SSL_CTX_set_cipher_list 4 3_0_0 EXIST::FUNCTION:
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1267 if(!SSL_CTX_set_cipher_list(ctx, "TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256")) in listen_sslctx_create() 1268 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list"); in listen_sslctx_create() 1381 if (!SSL_CTX_set_cipher_list(ctx, tls_ciphers)) { in add_WIN_cacerts_to_openssl_store() 1384 log_crypto_err("Error in SSL_CTX_set_cipher_list"); in add_WIN_cacerts_to_openssl_store()
|