RFR: 8256895: Add support for RFC 8954: Online Certificate Status Protocol (OCSP) Nonce Extension [v4]
Hai-May Chao
hchao at openjdk.java.net
Wed Jan 20 19:37:11 UTC 2021
On Wed, 20 Jan 2021 13:41:04 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:
>>
>> Nonce creation is done in checkOCSP method
>
> src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java line 762:
>
>> 760: } catch (IOException e) {
>> 761: throw new CertPathValidatorException("Failed to create the default nonce " +
>> 762: "in OCSP entensions");
>
> Typo: s/entensions/extensions/
>
> Also, use the `CertPathValidatorException(String, Throwable)` ctor instead and pass the `IOException` as the 2nd parameter.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2039
More information about the security-dev
mailing list