forked from ibmruntimes/openj9-openjdk-jdk11
-
Notifications
You must be signed in to change notification settings - Fork 0
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 run in those Redhat OS based machines, FIPS version of openssl is used in those machines. So, a 192 size of EC key pair generator is not allowed by the native code in FIPS version of openssl , then a Java implementation is used. However, there are lacking of implementation of initialize function in ECKeyPairGenerator file. This PR implements the initialize function in ECKeyPairGenerator file.
- Loading branch information
1 parent
b8f6121
commit 884dc58
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters