summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-03-14 16:39:43 +0000
committerMatt Caswell <matt@openssl.org>2022-03-15 13:25:14 +0000
commita40398a15ea9c218f4a6db8fef2b925ca4d39451 (patch)
treecae1dbc5d78c18052c02aea40a5a13e5493835fc /NEWS.md
parent3469282ed2faee747868150089e07a187891b5ee (diff)
Update CHANGES/NEWS for new release
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 9129f1c9f4..99e8c715d3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -29,6 +29,11 @@ OpenSSL 3.1
OpenSSL 3.0
-----------
+### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2
+
+ * Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever
+ for non-prime moduli ([CVE-2022-0778])
+
### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1
* Fixed invalid handling of X509_verify_cert() internal errors in libssl