[jdk11u-dev] RFR: 8179503: Java should support GET OCSP calls
Martin Doerr
mdoerr at openjdk.java.net
Wed Mar 2 13:15:05 UTC 2022
On Wed, 2 Mar 2022 11:47:30 GMT, Alexey Pavlyutkin <duke at openjdk.java.net> wrote:
> Hello! I'd like to backport
>
> 8179503: Java should support GET OCSP calls (dependency)
>
> to jdk11u-dev. This one is required as a dependency for
>
> 8274471: Add support for RSASSA-PSS in OCSP Response
>
> The following changes were done to apply original patch:
>
> src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
>
> - resolved baseline conflict taking place due to absent revocation checking code
>
> The rest of the code applied without changes
>
> Verification/regression (20.04/amd64): jdk_security
Looks good.
src/java.base/share/classes/sun/security/provider/certpath/OCSP.java line 2:
> 1: /*
> 2: * Copyright (c) 2009, 2022, Oracle and/or its affiliates. All rights reserved.
Copyright year update not needed for pure backports when the original change doesn't touch it. May cause merge conflicts. Feel free to revert.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/847
More information about the jdk-updates-dev
mailing list