You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set default keysize for ECKeyPairGenerator to match OpenJDK (#883)
The default keysize used by the ECKeyPairGenerator, if not
explicitly initialized is changed from 256 to 384. This
change is made to match OpenJDK's behaviour.
An additional testcase is added to verify the default keysize.
Signed-off-by: Kostas Tsiounis <[email protected]>
0 commit comments