Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_cipher_list (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Ddtlstest.c86 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "AES128-SHA"))) in test_dtls_unprocessed()
90 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "AES128-SHA:@SECLEVEL=0")) in test_dtls_unprocessed()
91 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_unprocessed()
205 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_dtls_drop_records()
206 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_drop_records()
323 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_cookie()
324 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_cookie()
359 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in test_dtls_duplicate_records()
360 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_duplicate_records()
425 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0"))) in test_just_finished()
[all …]
H A Dcipherlist_test.c206 if (!TEST_true(SSL_CTX_set_cipher_list(fixture->server, "DEFAULT")) in test_default_cipherlist_explicit()
207 || !TEST_true(SSL_CTX_set_cipher_list(fixture->client, "DEFAULT"))) { in test_default_cipherlist_explicit()
221 if (!TEST_int_eq(SSL_CTX_set_cipher_list(fixture->server, "no-such"), 0)) in test_default_cipherlist_clear()
250 if (!TEST_true(SSL_CTX_set_cipher_list(fixture->server, TLS1_RFC_RSA_WITH_AES_128_SHA)) in test_stdname_cipherlist()
251 || !TEST_true(SSL_CTX_set_cipher_list(fixture->client, TLS1_RFC_RSA_WITH_AES_128_SHA))) { in test_stdname_cipherlist()
H A Dfatalerrtest.c40 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 Dciphername_test.c416 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) { in test_cipher_name()
H A Dclienthellotest.c117 } else if (!TEST_true(SSL_CTX_set_cipher_list(ctx, in test_client_hello()
H A Ddtls_mtu_test.c166 if (!TEST_true(SSL_CTX_set_cipher_list(ctx, "PSK"))) in run_mtu_tests()
H A Dsslcorrupttest.c203 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) in test_ssl_corrupt()
H A Dsslapitest.c384 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "RSA"))) in test_keylog()
777 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, in test_client_hello_cb()
987 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, "DEFAULT:@SECLEVEL=0")) in execute_test_large_message()
988 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in execute_test_large_message()
1179 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipher)) in execute_test_ktls()
1180 || !TEST_true(SSL_CTX_set_cipher_list(sctx, cipher))) in execute_test_ktls()
1354 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipher)) in execute_test_ktls_sendfile()
1355 || !TEST_true(SSL_CTX_set_cipher_list(sctx, cipher))) in execute_test_ktls_sendfile()
1656 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "DEFAULT:@SECLEVEL=0")) in test_large_app_data()
1657 || !TEST_true(SSL_CTX_set_cipher_list(sctx, in test_large_app_data()
[all …]
H A Dssl_old_test.c1420 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)) { in main()
1433 if (!SSL_CTX_set_cipher_list(s_ctx, cipher)) { in main()
1446 if (!SSL_CTX_set_cipher_list(s_ctx2, cipher)) { in main()
1459 if (!SSL_CTX_set_cipher_list(c_ctx, cipher) in main()
1460 || !SSL_CTX_set_cipher_list(s_ctx, cipher) in main()
1461 || !SSL_CTX_set_cipher_list(s_ctx2, cipher)) { in main()
H A Dbad_dtls_test.c704 || !TEST_true(SSL_CTX_set_cipher_list(ctx, "AES128-SHA"))) in test_bad_dtls()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_cipher_list.pod5 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 DSSL_CTX_set_tmp_ecdh.pod37 L<ssl(7)>, L<SSL_CTX_set1_curves(3)>, L<SSL_CTX_set_cipher_list(3)>,
H A DSSL_CTX_use_certificate.pod143 cipher selected, see also L<SSL_CTX_set_cipher_list(3)>.
192 L<SSL_CTX_set_cipher_list(3)>,
H A DSSL_get_ciphers.pod105 L<ssl(7)>, L<SSL_CTX_set_cipher_list(3)>,
H A DSSL_CTX_set_tmp_dh_callback.pod111 L<ssl(7)>, L<SSL_CTX_set_cipher_list(3)>,
/freebsd/crypto/openssl/fuzz/
H A Dserver.c2350 ret = SSL_CTX_set_cipher_list(ctx, "ALL:eNULL:@SECLEVEL=0"); in FuzzerTestOneInput()
H A Ddtlsserver.c3461 ret = SSL_CTX_set_cipher_list(ctx, "ALL:eNULL:@SECLEVEL=0"); in FuzzerTestOneInput()
/freebsd/crypto/openssl/apps/
H A Dciphers.c215 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) { in ciphers_main()
H A Ds_time.c272 if (cipher != NULL && !SSL_CTX_set_cipher_list(ctx, cipher)) in s_time_main()
/freebsd/secure/lib/libssl/
H A DVersion.map114 SSL_CTX_set_cipher_list;
/freebsd/contrib/unbound/util/
H A Dnet_help.c1282 …if(!SSL_CTX_set_cipher_list(ctx, "TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AE… in listen_sslctx_setup()
1396 if (!SSL_CTX_set_cipher_list(ctx, tls_ciphers)) { in listen_sslctx_create()
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c263 rv = SSL_CTX_set_cipher_list(cctx->ctx, value); in cmd_CipherString()
/freebsd/crypto/openssl/util/
H A Dlibssl.num4 SSL_CTX_set_cipher_list 4 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile468 MAN+= SSL_CTX_set_cipher_list.3
4136 MLINKS+= SSL_CTX_set_cipher_list.3 OSSL_default_cipher_list.3
4137 MLINKS+= SSL_CTX_set_cipher_list.3 OSSL_default_ciphersuites.3
4138 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_CTX_set_ciphersuites.3
4139 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_cipher_list.3
4140 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_ciphersuites.3
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md166 | `SSL_CTX_set_cipher_list` | HL | ��U | ��A | ��NC\* †11 | ��Done …
851 ### What should `SSL_CTX_set_cipher_list` do?

12