On Tue, 12 Jan 2021 19:18:18 GMT, Hai-May Chao <hc...@openjdk.org> wrote:

>> This enhancement adds support for the nonce extension in OCSP request 
>> extensions by system property jdk.security.certpath.ocspNonce.
>> 
>> Please review the CSR at:
>> https://bugs.openjdk.java.net/browse/JDK-8257766
>
> Hai-May Chao has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   update to use List.of() and typo changes

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java
 line 50:

> 48:     public static void main(String[] args) throws Exception {
> 49: 
> 50:         System.setProperty("jdk.security.certpath.ocspNonce", "true");

Trying to understand this change - why do we need this change and only in 
couple of tests? Did these test fail with your change?

-------------

PR: https://git.openjdk.java.net/jdk/pull/2039

Reply via email to