summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-03-15 14:30:24 +0000
committerMatt Caswell <matt@openssl.org>2022-03-15 14:30:24 +0000
commit1bf649b5998ac98511203f54ce954eccfaf75467 (patch)
tree8c3540db2baa49afa76cc629b4bf7f907d8f9636 /CHANGES.md
parented7ee56a9d1c7c5a97847e3b3e279fda07251a85 (diff)
Prepare for release of 3.0.2openssl-3.0.2
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 77a414020e..7582ae490a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,7 +28,7 @@ breaking changes, and mappings for the large list of deprecated functions.
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
-### Changes between 3.0.1 and 3.0.2 [xx XXX xxxx]
+### Changes between 3.0.1 and 3.0.2 [15 Mar 2022]
* Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever
for non-prime moduli.