On Wed, 26 Oct 2022 14:22:08 GMT, Martin Doerr <mdo...@openjdk.org> wrote:
> Change looks good. Does it need a CSR? Hi Martin , from what I read here https://wiki.openjdk.org/display/csr/CSR+FAQs no CSR is needed. But I am no expert on the topic so maybe someone else has an opinion on this ? While looking at this change, I considered adding a constructor (String,Throwable) to InvalidAlgorithmParameterException and use it in security coding to simplify coding, but I did not do this in this change; I think adding a constructor (String,Throwable) to InvalidAlgorithmParameterException would indeed need a CSR . ------------- PR: https://git.openjdk.org/jdk/pull/10726