[jdk17u] RFR: 8274471: Add support for RSASSA-PSS in OCSP Response
Alexey Pavlyutkin
duke at openjdk.java.net
Wed Nov 10 17:34:52 UTC 2021
I'd like to backport JDK-8274471 to jdk17u
The patch fixes internal error that takes place 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: 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 changes done against JDK-8272120
- 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
-------------
Commit messages:
- Backport f63c4a832a1aea451f47aaf86d5361e970c6a28f
Changes: https://git.openjdk.java.net/jdk17u/pull/248/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17u&pr=248&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8274471
Stats: 112 lines in 9 files changed: 28 ins; 45 del; 39 mod
Patch: https://git.openjdk.java.net/jdk17u/pull/248.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17u pull/248/head:pull/248
PR: https://git.openjdk.java.net/jdk17u/pull/248
More information about the jdk-updates-dev
mailing list