From 41fcdaf237b2ba32de266d6935f8e4dc58e8bcb2 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Mon, 12 Sep 2022 11:07:38 +0200 Subject: [PATCH 3/8] Apply patch stunnel-5.56-system-ciphers.patch Patch-name: stunnel-5.56-system-ciphers.patch Patch-id: 3 From-dist-git-commit: 70b3076eb09912b3a11f371b8c523303114fffa3 --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index 5007f83..418f25d 100644 --- a/src/options.c +++ b/src/options.c @@ -320,8 +320,8 @@ static SERVICE_OPTIONS new_service_options; static const char *option_not_found= "Specified option name is not valid here"; -static const char *stunnel_cipher_list= - "HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK"; +static char *stunnel_cipher_list= + "PROFILE=SYSTEM"; #ifndef OPENSSL_NO_TLS1_3 static const char *stunnel_ciphersuites= -- 2.37.3