On Fri, 1 Oct 2021 14:43:24 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. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > verifier should not use automatically derived parameters fails Looks good. I like the algorithm agility enhancements to SimpleOCSPServer and CertificateBuilder. ------------- Marked as reviewed by jnimeh (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5778