/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A 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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A 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()
|
H A D | cipherlist_test.c | 238 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
|
H A D | sslapitest.c | 608 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher() 623 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384:AES128-GCM-SHA256")) in test_ccs_change_cipher() 642 || !TEST_true(SSL_set_cipher_list(clientssl, "AES128-GCM-SHA256")) in test_ccs_change_cipher() 646 || !TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384")) in test_ccs_change_cipher() 3492 if (!TEST_true(SSL_set_cipher_list(clientssl, "AES256-GCM-SHA384"))) in test_set_ciphersuite() 3733 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher)) in test_tls13_ciphersuite() 3734 || !TEST_true(SSL_set_cipher_list(clientssl, in test_tls13_ciphersuite()
|
H A D | handshake_helper.c | 939 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A 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()
|
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 | 197 if (!TEST_true(SSL_set_cipher_list(serverssl, "AES128-SHA")) in test_free_buffers()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
H A D | client.c | 77 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
|
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
H A D | client.c | 75 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 329 SSL_set_cipher_list;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 430 SSL_set_cipher_list;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 | 2595 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_misc.c | 976 if (SSL_set_cipher_list(TLScontext->con, vstring_str(buf)) == 0) { in tls_set_ciphers()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_conf.c | 262 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 348 SSL_set_cipher_list 349 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 348 SSL_set_cipher_list 349 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tls_o.c | 317 SSL_set_cipher_list( s, SSL3_TXT_RSA_NULL_SHA ); in tlso_ctx_cipher13()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 637 =item int B<SSL_set_cipher_list>(SSL *ssl, char *str);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1558 __owur int SSL_set_cipher_list(SSL *s, const char *str);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1331 SSL_F_SSL_SET_CIPHER_LIST:271:SSL_set_cipher_list
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1578 __owur int SSL_set_cipher_list(SSL *s, const char *str);
|