[jdk11u-dev] RFR: 8179503: Java should support GET OCSP calls [v3]
Martin Doerr
mdoerr at openjdk.org
Tue May 30 16:51:08 UTC 2023
On Fri, 19 May 2023 12:12:26 GMT, Alexey Pavlyutkin <duke at openjdk.org> 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
>
> Alexey Pavlyutkin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
>
> - Merge branch 'backport-8179503' of https://github.com/apavlyutkin/jdk11u-dev into backport-8179503
> - reverts copyright year
> - removes trailing whitespaces
> - Backport f5ee356540d7aa4a7663c0d5d74f5fdb0726b426
> - reverts copyright year
> - removes trailing whitespaces
> - Backport f5ee356540d7aa4a7663c0d5d74f5fdb0726b426
It may be correct. We can see the actual patch here: https://patch-diff.githubusercontent.com/raw/openjdk/jdk11u-dev/pull/847.patch
The GitHub PR view is broken. We can't see what is being changed. Maybe it's possible to fix it by changing what exactly is supposed to get diffed.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/847#issuecomment-1568756898
More information about the jdk-updates-dev
mailing list