Skip to content

Commit

Permalink
Add CHANGES.md entry for ess_cert_id_alg default change
Browse files Browse the repository at this point in the history
The default was changed in 10536b7

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21845)
  • Loading branch information
t8m committed Aug 31, 2023
1 parent 8a7f30e commit 305dc68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305dc68

Please sign in to comment.