eb6d9e
Stats: 77 lines in 6 files changed: 53 ins; 2 del; 22 mod
8255348: NPE in PKIXCertPathValidator event logging code
Reviewed-by: mullan
-
PR: https://git.openjdk.java.net/jdk/pull/2150
On Fri, 22 Jan 2021 13:15:17 GMT, Sean Coffey wrote:
>> Correction of NPE and updating of test cases. Minor refactoring of test
>> library also.
>
> Sean Coffey has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Sean Mullan review update
Mar
> Correction of NPE and updating of test cases. Minor refactoring of test
> library also.
Sean Coffey has updated the pull request incrementally with one additional
commit since the last revision:
Sean Mullan review update
-
Changes:
- all: https://git.openjdk.java.net/jdk/pul
Thanks for the comments Sean. Code updated.
https://github.com/openjdk/jdk/pull/2150/commits/8a344a85303297f17a6e75e7c1f423c2d16c451a
regards,
Sean.
On 21/01/2021 19:47, Sean Mullan wrote:
On Tue, 19 Jan 2021 17:54:33 GMT, Sean Coffey wrote:
Correction of NPE and updating of test cases. Min
On Tue, 19 Jan 2021 17:54:33 GMT, Sean Coffey wrote:
> Correction of NPE and updating of test cases. Minor refactoring of test
> library also.
src/java.base/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
line 248:
> 246: int anchorCertId = 0;
> 247:
Correction of NPE and updating of test cases. Minor refactoring of test library
also.
-
Commit messages:
- 8255348: NPE in PKIXCertPathValidator event logging code
Changes: https://git.openjdk.java.net/jdk/pull/2150/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=
Yes, that is a bug. Do you want to file a bug report or would you like
us to file on one your behalf?
Thanks,
Sean
On 10/23/20 10:56 AM, Kai wrote:
Hi,
I ran into a NPE while validating a certificate chain with the latest
JDK 11 using a TrustAnchor that has been created using the
TrustAncho
Hi,
I ran into a NPE while validating a certificate chain with the latest JDK
11 using a TrustAnchor that has been created using the TrustAnchor(caName,
publicKey, nameConstraints) constructor.
I suspect the PKIXCertPathValidator.validate(TrustAnchor, ValidatorParams)
method to cause the NPE (
ht