Relates :
|
The recent JDK-8072452 fix places a bad initial value of 80 on the primeCertainty variable and negates a value check done later in the same code : http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/annotate/6920e7e273e6/src/share/classes/sun/security/provider/DSAParameterGenerator.java#l208 we should set the value to -1 as per another recent fix done in this area via JDK-8181048 JDK 10 code looks ok.
|