RFR: 8274471: Verification of OCSP Response signed with RSASSA-PSS fails
Weijun Wang
weijun at openjdk.java.net
Thu Sep 30 15:53:16 UTC 2021
Extra parameters need to be set for RSASSA-PSS signatures. We already have a helper method for that.
Some other cleanups:
1. When using GET for OCSP, make sure no double slash.
2. Several throws clauses are not necessary.
No regression test. OCSP needs to access an external server.
-------------
Commit messages:
- 8274471: Verification of OCSP Response signed with RSASSA-PSS fails
Changes: https://git.openjdk.java.net/jdk/pull/5778/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5778&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8274471
Stats: 39 lines in 6 files changed: 7 ins; 16 del; 16 mod
Patch: https://git.openjdk.java.net/jdk/pull/5778.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5778/head:pull/5778
PR: https://git.openjdk.java.net/jdk/pull/5778
More information about the security-dev
mailing list