summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-12-14 13:15:58 +0000
committerMatt Caswell <matt@openssl.org>2021-12-14 14:28:45 +0000
commit8e78289c4e6f4c9f2fec073b78443736e689854d (patch)
tree2e8adeccc91d303c1f012a701b8f9e72f9018cdd /NEWS.md
parent944efc1afc344f45e56f861d987a0a6ac1fca174 (diff)
Update CHANGES and NEWS for new release
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 047b38dd88..f76b9d20c0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,8 +20,10 @@ OpenSSL 3.0
### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [under development]
- * Allow fetching an operation from the provider that owns an unexportable key
- as a fallback if that is still allowed by the property query.
+ * Fixed invalid handling of X509_verify_cert() internal errors in libssl
+ ([CVE-2021-4044])
+ * Allow fetching an operation from the provider that owns an unexportable key
+ as a fallback if that is still allowed by the property query.
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [7 sep 2021]