From 62d205a746601d93827576aaf6c1e327d424a47f Mon Sep 17 00:00:00 2001 From: breakings Date: Thu, 17 Mar 2022 16:01:43 +0800 Subject: [PATCH] openssl: bump to 1.1.1n (#9079) This is a bugfix release. Changelog: *) Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever for non-prime moduli. (CVE-2022-0778) *) Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK (RFC 5489) to the list of ciphersuites providing Perfect Forward Secrecy as required by SECLEVEL >= 3. Signed-off-by: Martin Schiller Co-authored-by: Martin Schiller