Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch eliminates the 192-bit EC test which causes exceptions seen in issue #18320. DefaultSignatureAlgorithm test was run in those Redhat OS based machines in a non-FIPS mode, but with a FIPS version of openssl. So, a 192-bit size of EC key pair generator is not allowed by the native code in a FIPS version of openssl. The code path went to a replacement EC key-pair generator Java implementation. issue: eclipse-openj9/openj9#18320
- Loading branch information