From e867ef7219e29850d96b8c80da394894a62c56d2 Mon Sep 17 00:00:00 2001 From: Sue Chaplain Date: Mon, 4 Feb 2019 14:54:18 +0000 Subject: [PATCH] Add warning to version 0.12.0 topic Following the identification of issue https://github.com/eclipse/openj9/issues/4530, updated the content to warn users that the Digest algorithm might cause a problem with this release. Signed-off-by: Sue Chaplain --- docs/version0.12.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/version0.12.md b/docs/version0.12.md index b1dd439a57..4f21b160c1 100644 --- a/docs/version0.12.md +++ b/docs/version0.12.md @@ -36,6 +36,9 @@ The following new features and notable changes since v.0.11.0 are included in th - [RSA algorithm support for OpenSSL](#rsa-algorithm-support-for-openssl) - [`IBM_JAVA_OPTIONS` is deprecated](#ibm_java_options-is-deprecated) + **Warning:** Following the release of OpenJ9 0.12.0, an intermittent problem +was identified with OpenSSL V1.1.x acceleration of the cryptographic Digest algorithm. For more information about the issue, see [#4530](https://github.com/eclipse/openj9/issue/4530). You can turn off the Digest algorithm by setting the [-Djdk.nativeDigest](djdknativedigest.md) system property to `false`. A new release of OpenJ9 (0.12.1) is available that disables the Digest algorithm by default. + ## Features and changes ### Binaries and supported environments