Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_cipher_list.pod6 SSL_set_cipher_list,
16 int SSL_set_cipher_list(SSL *ssl, const char *str);
29 SSL_set_cipher_list() sets the list of ciphers (TLSv1.2 and below) only for
60 SSL_set_cipher_list() should be universally usable and not depend
90 SSL_CTX_set_cipher_list() and SSL_set_cipher_list() return 1 if any cipher
/third_party/openssl/test/
Ddtls_mtu_test.c68 if (!TEST_true(SSL_set_cipher_list(srvr_ssl, cs)) in mtu_test()
69 || !TEST_true(SSL_set_cipher_list(clnt_ssl, cs)) in mtu_test()
Dcipherlist_test.c238 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
Dsslapitest.c622 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
637 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384:AES128-GCM-SHA256")) in test_ccs_change_cipher()
656 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher()
660 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384")) in test_ccs_change_cipher()
3355 if (!TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384"))) in test_set_ciphersuite()
3596 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite()
3597 || !TEST_true(SSL_set_cipher_list(clientssl, in test_tls13_ciphersuite()
Dhandshake_helper.c939 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
/third_party/openssl/fuzz/
Dclient.c77 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h785 int SSL_set_cipher_list(SSL *ssl, const char *str);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c2993 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3010 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3082 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3090 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3125 if (SSL_set_cipher_list(conn->ssl, cs) != 1) { in tls_set_conn_flags()
4528 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) { in tls_connection_set_cipher_list()
5038 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) { in tls_connection_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c3064 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3081 if (SSL_set_cipher_list(ssl, ciphers) != 1) { in tls_set_conn_flags()
3153 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3161 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3196 if (SSL_set_cipher_list(conn->ssl, cs) != 1) { in tls_set_conn_flags()
4741 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) { in tls_connection_set_cipher_list()
5298 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) { in tls_connection_set_params()
/third_party/openssl/ssl/
Dssl_conf.c264 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
Dssl_lib.c2580 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() function
/third_party/openssl/util/
Dlibssl.num348 SSL_set_cipher_list 349 1_1_0 EXIST::FUNCTION:
/third_party/libcoap/src/
Dcoap_openssl.c2032 SSL_set_cipher_list (ssl, COAP_OPENSSL_PSK_CIPHERS); in tls_secret_call_back()
2821 SSL_set_cipher_list(ssl, COAP_OPENSSL_PSK_CIPHERS); in setup_client_ssl_session()
/third_party/openssl/doc/man7/
Dssl.pod637 =item int B<SSL_set_cipher_list>(SSL *ssl, char *str);
/third_party/openssl/include/openssl/
Dssl.h1548 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h442 #define SSL_set_cipher_list BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_cipher_list) macro
/third_party/openssl/crypto/err/
Dopenssl.txt1331 SSL_F_SSL_SET_CIPHER_LIST:271:SSL_set_cipher_list