RFR: JDK-8295405 : Add cause in a couple of IllegalArgumentException and InvalidParameterException shown by sun/security/pkcs11 tests [v2]

Matthias Baesken mbaesken at openjdk.org
Wed Oct 26 14:35:38 UTC 2022


On Wed, 26 Oct 2022 14:22:08 GMT, Martin Doerr <mdoerr at 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



More information about the security-dev mailing list