aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-08-25 15:24:16 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-31 11:11:44 +0200
commit305dc68add0e6b8e52cb5208d5803ac94f90bfb6 (patch)
treefd5e5e13654c186616c20df820a2d6b923e5a33a /CHANGES.md
parent8a7f30ef67d59f808610275e8bc1723510cf062b (diff)
downloadopenssl-305dc68add0e6b8e52cb5208d5803ac94f90bfb6.tar.gz
Add CHANGES.md entry for ess_cert_id_alg default change
The default was changed in 10536b7f5b07aab3dc9631e94a56258155a1d942 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21845)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 11a0ee793d..78e74c41fa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,13 @@ OpenSSL 3.2
### Changes between 3.1 and 3.2 [xx XXX xxxx]
+ * Changed the default value of the `ess_cert_id_alg` configuration
+ option which is used to calculate the TSA's public key certificate
+ identifier. The default algorithm is updated to be sha256 instead
+ of sha1.
+
+ *Małgorzata Olszówka*
+
* Added optimization for SM2 algorithm on aarch64. It uses a huge precomputed
table for point multiplication of the base point, which increases the size of
libcrypto from 4.4 MB to 4.9 MB. A new configure option `no-sm2-precomp` has