diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-05-08 14:58:49 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-05-16 15:44:32 +0200 |
commit | e91579db0972bc8fe89e1060369c58f3dcfaafe7 (patch) | |
tree | f926e6e0790a94e3701380800dfc38ba9fc4283c | |
parent | Additional testcases for bn_gcd (diff) | |
download | openssl-e91579db0972bc8fe89e1060369c58f3dcfaafe7.tar.xz openssl-e91579db0972bc8fe89e1060369c58f3dcfaafe7.zip |
Sync up CHANGES.md with 3.3 branch
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24346)
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 5615e48a1f..fb4db91e38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -92,7 +92,11 @@ OpenSSL 3.4 OpenSSL 3.3 ----------- -### Changes between 3.2 and 3.3 [xx XXX xxxx] +### Changes between 3.3.0 and 3.3.1 [xx XXX xxxx] + + * none yet + +### Changes between 3.2 and 3.3.0 [9 Apr 2024] * The `-verify` option to the `openssl crl` and `openssl req` will make the program exit with 1 on failure. |