Home
last modified time | relevance | path

Searched refs:SSL_set_cipher_list (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_cipher_list.pod6 SSL_set_cipher_list,
18 int SSL_set_cipher_list(SSL *ssl, const char *str);
34 SSL_set_cipher_list() sets the list of ciphers (TLSv1.2 and below) only for
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
/freebsd/crypto/openssl/test/
H A Ddtls_mtu_test.c70 if (!TEST_true(SSL_set_cipher_list(srvr_ssl, cs)) in mtu_test()
71 || !TEST_true(SSL_set_cipher_list(clnt_ssl, cs)) in mtu_test()
H A Dcipherlist_test.c232 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
H A Dsslbuffertest.c216 if (!TEST_true(SSL_set_cipher_list(serverssl, "AES128-SHA")) in test_free_buffers()
H A Dsslapitest.c882 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
897 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384:AES128-GCM-SHA256")) in test_ccs_change_cipher()
916 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
920 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384")) in test_ccs_change_cipher()
4959 if (!TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384"))) in test_set_ciphersuite()
5727 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()
5728 || !TEST_true(SSL_set_cipher_list(clientssl, in test_tls13_ciphersuite()
11251 || !TEST_true(SSL_set_cipher_list(serverssl, "DHE-RSA-AES128-SHA"))) in test_set_tmp_dh()
11362 || !TEST_true(SSL_set_cipher_list(serverssl, ciphersuite)) in test_dh_auto()
11363 || !TEST_true(SSL_set_cipher_list(clientssl, ciphersuite))) in test_dh_auto()
[all …]
H A Dquicapitest.c319 if (!TEST_true(SSL_set_cipher_list(ssl, "DEFAULT"))) in test_ciphersuites()
/freebsd/crypto/openssl/fuzz/
H A Dclient.c80 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
H A Ddtlsclient.c80 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
/freebsd/secure/lib/libssl/
H A DVersion.map329 SSL_set_cipher_list;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3573 if (SSL_set_cipher_list(ssl, ciphers) != 1) {
3592 if (SSL_set_cipher_list(ssl, ciphers) != 1) {
3680 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) {
3688 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) {
3723 if (SSL_set_cipher_list(conn->ssl, cs) != 1) {
5274 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) {
5857 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) {
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c265 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
H A Dssl_lib.c3384 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num348 SSL_set_cipher_list 349 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c935 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md174 | `SSL_set_cipher_list` | HL | ��U | ��A | ��NC\* †11 | ��Done …
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2678 if (SSL_set_cipher_list(ssl, val) <= 0)
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1674 __owur int SSL_set_cipher_list(SSL *s, const char *str);
H A Dssl.h.in1627 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4141 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_cipher_list.3