SSL_CTX_set_ciphersuites
if (ciphersuites != NULL && !SSL_CTX_set_ciphersuites(ctx, ciphersuites)) {
if (ciphersuites != NULL && !SSL_CTX_set_ciphersuites(ctx, ciphersuites))
__owur int SSL_CTX_set_ciphersuites(SSL_CTX *ctx, const char *str);
rv = SSL_CTX_set_ciphersuites(cctx->ctx, value);
if (!SSL_CTX_set_ciphersuites(ret, OSSL_default_ciphersuites())) {
if (!SSL_CTX_set_ciphersuites(ctx, OSSL_default_ciphersuites())) {
if (!TEST_true(SSL_CTX_set_ciphersuites(ctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(ctx, ":TLS_AES_128_GCM_SHA256")))
if (!TEST_true(SSL_CTX_set_ciphersuites(ctx, "TLS_AES_128_GCM_SHA256:")))
|| !TEST_true(SSL_CTX_set_ciphersuites(ctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!SSL_CTX_set_ciphersuites(*ctx, getenv("SSL_CIPHER_SUITES"))) {
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, "TLS_AES_128_GCM_SHA256")))
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx, "TLS_AES_128_GCM_SHA256"))
if (!TEST_true(SSL_CTX_set_ciphersuites(ctx,
if (!SSL_CTX_set_ciphersuites(c_ctx, ciphersuites)
|| !SSL_CTX_set_ciphersuites(s_ctx, ciphersuites)
|| !SSL_CTX_set_ciphersuites(s_ctx2, ciphersuites)) {
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, cipher))
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx, cipher)))
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, cipher))
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx, cipher)))
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, "TLS_AES_128_GCM_SHA256"))
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx, "TLS_AES_128_GCM_SHA256")))
if (!TEST_true(SSL_CTX_set_ciphersuites(sctx, ciphersuites[cipher]))
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx, ciphersuites[cipher])))
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, "TLS_AES_256_GCM_SHA384"))
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx, "TLS_AES_256_GCM_SHA384"))
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(sctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(sctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(sctx, t13_cipher))
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx, t13_cipher)))
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
if (!TEST_true(SSL_CTX_set_ciphersuites(cctx,
&& !TEST_true(SSL_CTX_set_ciphersuites(cctx,
&& !TEST_true(SSL_CTX_set_ciphersuites(sctx,
|| !TEST_true(SSL_CTX_set_ciphersuites(cctx, ""))
&& TEST_true(SSL_CTX_set_ciphersuites(s_ctx, "TLS_AES_128_GCM_SHA256"))
&& TEST_true(SSL_CTX_set_ciphersuites(c_ctx, "TLS_AES_128_GCM_SHA256"))
&& TEST_true(SSL_CTX_set_ciphersuites(s_ctx, "TLS_AES_256_GCM_SHA384"))
&& TEST_true(SSL_CTX_set_ciphersuites(c_ctx, "TLS_AES_256_GCM_SHA384"))
ret = SSL_CTX_set_ciphersuites(ctx, rpctls_ciphers);
ret = SSL_CTX_set_ciphersuites(ctx, rpctls_ciphers);