Searched refs:SSL_set_cipher_list (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_cipher_list.pod | 6 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/ |
D | dtls_mtu_test.c | 68 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()
|
D | cipherlist_test.c | 238 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
|
D | sslapitest.c | 622 || !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()
|
D | handshake_helper.c | 939 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
|
/third_party/openssl/fuzz/ |
D | client.c | 77 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 785 int SSL_set_cipher_list(SSL *ssl, const char *str);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 2993 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/ |
D | tls_openssl.c | 3064 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/ |
D | ssl_conf.c | 264 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
|
D | ssl_lib.c | 2580 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() function
|
/third_party/openssl/util/ |
D | libssl.num | 348 SSL_set_cipher_list 349 1_1_0 EXIST::FUNCTION:
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2032 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/ |
D | ssl.pod | 637 =item int B<SSL_set_cipher_list>(SSL *ssl, char *str);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1548 __owur int SSL_set_cipher_list(SSL *s, const char *str);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 442 #define SSL_set_cipher_list BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_cipher_list) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1331 SSL_F_SSL_SET_CIPHER_LIST:271:SSL_set_cipher_list
|