RFR: 8256895: Add support for RFC 8954: Online Certificate Status Protocol (OCSP) Nonce Extension [v6]
Hai-May Chao
hchao at openjdk.java.net
Wed Jan 20 21:57:14 UTC 2021
On Wed, 20 Jan 2021 21:40:12 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Change to save memory by List.of
>
> src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java line 749:
>
>> 747: }
>> 748:
>> 749: List<Extension> tmpExtensions = Collections.<Extension>emptyList();
>
> One other comment - I think you can just set this to null.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2039
More information about the security-dev
mailing list