[jdk17u] Withdrawn: 8274471: Add support for RSASSA-PSS in OCSP Response

Alexey Pavlyutkin duke at openjdk.java.net
Fri Dec 24 07:18:33 UTC 2021


On Wed, 10 Nov 2021 17:23:13 GMT, Alexey Pavlyutkin <duke at openjdk.java.net> wrote:

> I'd like to backport JDK-8274471 to jdk17u
> 
> The patch fixes internal error upon verification of OCSP Response signed with RSASSA-PSS
> 
> The original patch applied with minor changes to src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
> 
> - resolved baseline conflict: the original patch was done on top of [JDK-8272120: Avoid looking for standard encodings in "java." modules](https://bugs.openjdk.java.net/browse/JDK-8272120) and cannot be applied cleanly although it deletes the changes done against JDK-8272120 (see lines 249-241)
> - imported few required packages
> 
> Verified (20.04 LTS/amd64) with attached [Test8274471.java.zip](https://github.com/openjdk/jdk17u/files/7514663/Test8274471.java.zip). Regression: jdk:tier2

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jdk17u/pull/248


More information about the jdk-updates-dev mailing list