Skip to content

Commit

Permalink
Add warning to version 0.12.0 topic
Browse files Browse the repository at this point in the history
Following the identification of issue
eclipse-openj9/openj9#4530,
updated the content to warn users that
the Digest algorithm might cause a problem
with this release.

Signed-off-by: Sue Chaplain <sue_chaplain@uk.ibm.com>
  • Loading branch information
SueChaplain committed Feb 4, 2019
1 parent 678155b commit e867ef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/version0.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> **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
Expand Down

0 comments on commit e867ef7

Please sign in to comment.