From dee52a5b7ef8ce4d706dc39f2c3f6cb79652094f Mon Sep 17 00:00:00 2001 From: Will Childs-Klein Date: Wed, 29 Jan 2025 19:02:51 -0500 Subject: [PATCH] Update CHANGELOG and AWS-LC version tracking table --- CHANGELOG.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3efb239..052d8f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ * [PR 397:](https://github.com/corretto/amazon-corretto-crypto-provider/pull/397) Support for Concatenation KDFs * [PR 399:](https://github.com/corretto/amazon-corretto-crypto-provider/pull/399) Support for Counter KDFs * [PR 394:](https://github.com/corretto/amazon-corretto-crypto-provider/pull/394) Support for Ed25519 DSA -* Use AWS-LC [v1.42.0](https://github.com/aws/aws-lc/releases/tag/v1.42.0) for ACCP -* Use AWS-LC [AWS-LC-FIPS-3.0.0](https://github.com/aws/aws-lc/releases/tag/AWS-LC-FIPS-3.0.0) for ACCP-FIPS +* [PR 421:](https://github.com/corretto/amazon-corretto-crypto-provider/pull/421) Bump AWS-LC version to 1.42.0 and AWS-LC-FIPS version to 3.0.0 +* [PR 422:](https://github.com/corretto/amazon-corretto-crypto-provider/pull/422) Support "pure" ML-DSA, Bump AWS-LC version to 1.43.0 ## 2.4.1 diff --git a/README.md b/README.md index ba21a54a..b3c77a92 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ ACCP did not track a FIPS branch/release version of AWS-LC until ACCP v2.3.0. Be | 2.3.3 | 1.17.0 | 2.0.2 | | 2.4.0 | 1.30.1 | 2.0.13 | | 2.4.1 | 1.30.1 | 2.0.13 | -| 2.5.0 | 1.42.0 | 3.0.0 | +| 2.5.0 | 1.43.0 | 3.0.0 | Notable differences between ACCP and ACCP-FIPS: * ACCP uses [the latest release of AWS-LC](https://github.com/aws/aws-lc/releases), whereas, ACCP-FIPS uses [the fips-2022-11-02 branch of AWS-LC](https://github.com/aws/aws-lc/tree/fips-2022-11-02).