Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
H A Dcipherlist_test.c238 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
H A Dsslapitest.c608 || !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 Dhandshake_helper.c939 if (!SSL_set_cipher_list(peer->ssl, in do_reneg_setup_step()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A 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()
H A Dcipherlist_test.c233 if (!TEST_int_eq(SSL_set_cipher_list(s, "no-such"), 0)) in test_default_cipherlist_clear()
H A Dsslbuffertest.c197 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 Dclient.c77 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dclient.c75 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 Dssl.map329 SSL_set_cipher_list;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map430 SSL_set_cipher_list;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c264 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
H A Dssl_lib.c2595 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 Dtls_misc.c976 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 Dssl_conf.c262 rv = SSL_set_cipher_list(cctx->ssl, value); in cmd_CipherString()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num348 SSL_set_cipher_list 349 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num348 SSL_set_cipher_list 349 3_0_0 EXIST::FUNCTION:
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c317 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 Dssl.pod637 =item int B<SSL_set_cipher_list>(SSL *ssl, char *str);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1558 __owur int SSL_set_cipher_list(SSL *s, const char *str);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1331 SSL_F_SSL_SET_CIPHER_LIST:271:SSL_set_cipher_list
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1578 __owur int SSL_set_cipher_list(SSL *s, const char *str);