On Thu, 30 Sep 2021 15:44:32 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: f63c4a83 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f63c4a832a1aea451f47aaf86d5361e970c6a28f Stats: 112 lines in 9 files changed: 26 ins; 47 del; 39 mod 8274471: Verification of OCSP Response signed with RSASSA-PSS fails Reviewed-by: hchao, jnimeh ------------- PR: https://git.openjdk.java.net/jdk/pull/5778