Searched refs:SSL_CTX_set_cipher_list (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile30 SSL_CTX_set_cipher_list.3 \
/openbsd-current/usr.bin/openssl/
H A Dciphers.c148 if (SSL_CTX_set_cipher_list(ssl_ctx, cipherlist) == 0)
H A Ds_time.c282 if (!SSL_CTX_set_cipher_list(tm_ctx, cfg.cipher)) {
H A Ds_server.c1363 if (!SSL_CTX_set_cipher_list(ctx, cfg.cipher)) {
1368 if (ctx2 && !SSL_CTX_set_cipher_list(ctx2,
H A Ds_client.c1005 if (!SSL_CTX_set_cipher_list(ctx, cfg.cipher)) {
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c182 if (SSL_CTX_set_cipher_list(ctx, ciphers) <= 0)
183 err_ssl(1, "SSL_CTX_set_cipher_list");
H A Dserver.c221 if (SSL_CTX_set_cipher_list(ctx, ciphers) <= 0)
222 err_ssl(1, "SSL_CTX_set_cipher_list");
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c221 if (!SSL_CTX_set_cipher_list(ctx, config->ciphers)) {
/openbsd-current/regress/lib/libssl/ciphers/
H A Dcipherstest.c412 if (!SSL_CTX_set_cipher_list(ctx, cst->ctx_rulestr))
413 errx(1, "SSL_CTX_set_cipher_list");
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h99 LSSL_USED(SSL_CTX_set_cipher_list); variable
/openbsd-current/usr.sbin/unbound/daemon/
H A Dunbound.c496 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) {
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c612 SSL_CTX_set_cipher_list(c_ctx, cipher);
613 SSL_CTX_set_cipher_list(s_ctx, cipher);
/openbsd-current/lib/libtls/
H A Dtls_config.c504 if (SSL_CTX_set_cipher_list(ssl_ctx, ciphers) != 1) {
H A Dtls.c567 if (SSL_CTX_set_cipher_list(ssl_ctx,
/openbsd-current/lib/libssl/
H A Dssl_lib.c1627 SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) function
1648 LSSL_ALIAS(SSL_CTX_set_cipher_list); variable
1674 /* See comment in SSL_CTX_set_cipher_list. */
H A Dssl.h1101 int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str);
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c1165 if(!SSL_CTX_set_cipher_list(ctx, "TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"))
1166 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c1165 if(!SSL_CTX_set_cipher_list(ctx, "TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"))
1166 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
/openbsd-current/usr.sbin/nsd/
H A Dserver.c2115 if(!SSL_CTX_set_cipher_list(ctx, "ECDHE+AESGCM:ECDHE+CHACHA20"))
2116 log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");

Completed in 384 milliseconds