-
Bug
-
Resolution: Not an Issue
-
P4
-
7-pool, 8, 9
-
None
We could create a SerailNumber object with Negative numbers. I feel it should throw IllegalArgumentException for negative numbers as the certificate serial number cannot be negative.
BigInteger bigInteger0 = new BigInteger("-1");
SerialNumber serialNumber1 = new SerialNumber(bigIntegerN);
BigInteger bigInteger0 = new BigInteger("-1");
SerialNumber serialNumber1 = new SerialNumber(bigIntegerN);
- relates to
-
JDK-8329882 Reporting Bugs in JDK's X.509 Certificate Chain Validation
-
- Open
-