Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the ECKeyPairGenerator initialize func
Aim to solve openj9 issue 18320. DefaultSignatureAlgorithm test was run in those Redhat OS based machines in a non-FIPS mode. But a FIPS version of openssl was used in those machines. 192-bit size of EC key is not allowed by a FIPS version of openssl. The code path went to a replacement EC key-pair generator Java implementation. Removed 192-bits test to alias with other JDK versions.
- Loading branch information