diff --git a/CHANGELOG.md b/CHANGELOG.md index dd829cc0..5b7c57af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.7.0 (Unreleased) ### Improvements -* Now uses [OpenSSL 1.1.1m](https://www.openssl.org/source/openssl-1.1.1m.tar.gz). [PR #173](https://github.com/corretto/amazon-corretto-crypto-provider/pull/173) +* Now uses [OpenSSL 1.1.1n](https://www.openssl.org/source/openssl-1.1.1n.tar.gz). [PR #181](https://github.com/corretto/amazon-corretto-crypto-provider/pull/181) * Add "help" value to two of our properties which outputs (to STDERR) valid values. * `com.amazon.corretto.crypto.provider.extrachecks` * `com.amazon.corretto.crypto.provider.debug` diff --git a/README.md b/README.md index 050b213d..67b6ad85 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Amazon Corretto Crypto Provider (ACCP) is a collection of high-performance cryptographic implementations exposed via the standard [JCA/JCE](https://docs.oracle.com/en/java/javase/11/security/java-cryptography-architecture-jca-reference-guide.html) interfaces. This means that it can be used as a drop in replacement for many different Java applications. (Differences from the default OpenJDK implementations are [documented here](./DIFFERENCES.md).) -Currently algorithms are primarily backed by OpenSSL's implementations (1.1.1m as of ACCP 1.7.0) but this may change in the future. +Currently algorithms are primarily backed by OpenSSL's implementations (1.1.1n as of ACCP 1.7.0) but this may change in the future. [Security issue notifications](./CONTRIBUTING.md#security-issue-notifications) diff --git a/build.gradle b/build.gradle index 6a19ebcc..945f008a 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { group = 'software.amazon.cryptools' version = '1.7.0' -def openssl_version = '1.1.1m' +def openssl_version = '1.1.1n' def opensslSrcPath = "${buildDir}/openssl/openssl-${openssl_version}" configurations { diff --git a/openssl.sha256 b/openssl.sha256 index ab7f2b9f..13cb3447 100644 --- a/openssl.sha256 +++ b/openssl.sha256 @@ -1 +1 @@ -f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96 openssl-1.1.1m.tar.gz +40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a openssl-1.1.1n.tar.gz \ No newline at end of file