Searched refs:SSL_set_cipher_list (Results 1 – 14 of 14) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_cipher_list.pod | 6 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
|
/openssl/test/ |
H A D | dtls_mtu_test.c | 69 if (!TEST_true(SSL_set_cipher_list(srvr_ssl, cs)) in mtu_test() 70 || !TEST_true(SSL_set_cipher_list(clnt_ssl, cs)) in mtu_test()
|
H A D | cipherlist_test.c | 233 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
|
H A D | sslbuffertest.c | 221 if (!TEST_true(SSL_set_cipher_list(serverssl, "AES128-SHA")) in test_free_buffers()
|
H A D | sslapitest.c | 872 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher() 887 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384:AES128-GCM-SHA256")) in test_ccs_change_cipher() 906 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher() 910 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384")) in test_ccs_change_cipher() 4759 if (!TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384"))) in test_set_ciphersuite() 5440 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite() 5441 || !TEST_true(SSL_set_cipher_list(clientssl, in test_tls13_ciphersuite() 10482 || !TEST_true(SSL_set_cipher_list(serverssl, "DHE-RSA-AES128-SHA"))) in test_set_tmp_dh() 10592 || !TEST_true(SSL_set_cipher_list(serverssl, ciphersuite)) in test_dh_auto() 10593 || !TEST_true(SSL_set_cipher_list(clientssl, ciphersuite))) in test_dh_auto() [all …]
|
H A D | quicapitest.c | 316 if (!TEST_true(SSL_set_cipher_list(ssl, "DEFAULT"))) in test_ciphersuites()
|
/openssl/fuzz/ |
H A D | client.c | 75 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
|
H A D | dtlsclient.c | 75 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
|
/openssl/ssl/ |
H A D | ssl_conf.c | 264 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
|
H A D | ssl_lib.c | 3359 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() function
|
/openssl/test/helpers/ |
H A D | handshake.c | 937 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
|
/openssl/util/ |
H A D | libssl.num | 348 SSL_set_cipher_list 349 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 174 | `SSL_set_cipher_list` | HL | U | A | NC\* †11 | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1610 __owur int SSL_set_cipher_list(SSL *s, const char *str);
|
Completed in 143 milliseconds