Skip to content

Releases: corretto/amazon-corretto-crypto-provider

AmazonCorrettoCryptoProvider 2.5.0 - 2025-03-05

05 Mar 23:27
eb936b1
Compare
Choose a tag to compare

Build Artifacts

With the 2.5.0 release of ACCP(-FIPS), we've decided to remove build artifacts from GitHub releases, aligning with other AWS cryptography libraries such as AWS-LC and aws-lc-rs. The build artifacts (JARs) are available for download on Maven Central:

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.0

AmazonCorrettoCryptoProvider 2.4.1 - 2024-06-27

28 Jun 00:42
d7a87fa
Compare
Choose a tag to compare

AmazonCorrettoCryptoProvider 2.4.0 - 2024-06-27

AmazonCorrettoCryptoProvider 2.3.3 - 2024-01-12

12 Jan 19:04
000861b
Compare
Choose a tag to compare

2.3.3

Overview

Starting from this version, build artifacts for MacOS AARCH64 (Arm64) are released.
The corresponding Jar is identified by osx-aarch_64 classifier.
Please note that ACCP-FIPS does not have osx-aarch_64 artifacts and osx-aarch_64
is only available for non-FIPS builds.

Patch

AmazonCorrettoCryptoProvider 2.3.2 - 2023-10-27

27 Oct 13:39
Compare
Choose a tag to compare

2.3.2

Overview

Starting from this version, build artifacts for MacOS X86-64 are released. The corresponding Jar is identified by osx-x86_64 classifier. Please note that ACCP-FIPS does not have osx-x86_64 artifacts and osx-x86_64 is only available for non-FIPS builds.

Patch

AmazonCorrettoCryptoProvider 2.3.1 - 2023-08-31

31 Aug 15:42
296f382
Compare
Choose a tag to compare

2.3.1

Patches

  • Use AWS-LC v1.15.0 for ACCP
  • Use fips-2022-11-02 branch of AWS-LC at commit ID d780e5e025c47cd782fd3d5d70a033e59fe80166 for ACCP-FIPS
  • Round RSA key sizes up when generating keys for ACCP PR 321
  • Throwing exceptions for too-short signatures PR 320

AmazonCorrettoCryptoProvider 2.3.0 - 2023-08-09

09 Aug 15:00
a9233d8
Compare
Choose a tag to compare

2.3.0

Overview

Starting from this version, build artifacts for ACCP-FIPS are also released for experimental purposes. This version of ACCP-FIPS uses
fips-2022-11-02 branch of AWS-LC at commit ID 993c6ff33a2d709ddc25d1557cd96261217bf1fd.

Minor changes

  • Support HKDF [PR 310, 312]

AmazonCorrettoCryptoProvider 2.2.0 - 2023-07-06

06 Jul 10:57
9f8d8b9
Compare
Choose a tag to compare

2.2.0

Minor changes

  • Support AES-XTS [PR 306]
    • AesXts.kt shows how AES-XTS can be used.
  • Serialization for EvpKeys [PR 304]

AmazonCorrettoCryptoProvider 2.1.0 - 2023-06-09

09 Jun 16:18
1adb7e0
Compare
Choose a tag to compare

2.1.0

  • Support AlgorithmParameters for EC [PR 274]
  • Support KeyGenerator for AES [PR 279]
  • Register LibCryptoRng by default in non-FIPS mode [PR 286]
  • Use FIPS approved API of AWS-LC for RSA key generation in FIPS mode [PR 301]
  • Include AWS-LC's self tests as part of ACCP's self tests [PR 283]

Patches

  • Fixed bug in output buffer size check [PR 297]
  • Improved the performance of AES-GCM [PRs 296, 298, 300, 302]
  • Added code formatting and style checking to the build scripts [PRs 287, 292]
  • Renamed branches on GitHub

AmazonCorrettoCryptoProvider 1.6.2 - 2023-03-09

09 Mar 19:06
Compare
Choose a tag to compare

1.6.2

This is an update to ACCP 1.6.1 to use OpenSSL 1.1.1t. We recommend migrating to ACCP 2.X since there will be no new features added to ACCP 1.X.

Patches

  • Update OpenSSL version used in ACCP to 1.1.1t