Codebase list openssl / 87e769f
Use a separator. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sebastian Andrzej Siewior 2 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * New upstream version.
33 - CVE-2022-1292 (The c_rehash script allows command injection).
44 * The orig tar file is now signed with a stronger hash (Closes: #1007808).
5 * Use a sepator in the CipherString in openssl.cnf (Closes: #948800).
56
67 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Thu, 05 May 2022 07:32:45 +0200
78
1313 1 file changed, 12 insertions(+)
1414
1515 diff --git a/apps/openssl.cnf b/apps/openssl.cnf
16 index 4acca4b0446f..a6fed92a2e75 100644
16 index 4acca4b0446f..3ae764b5aaa7 100644
1717 --- a/apps/openssl.cnf
1818 +++ b/apps/openssl.cnf
1919 @@ -15,6 +15,9 @@ HOME = .
3838 +
3939 +[system_default_sect]
4040 +MinProtocol = TLSv1.2
41 +CipherString = DEFAULT@SECLEVEL=2
41 +CipherString = DEFAULT:@SECLEVEL=2