RFR: 8286908: ECDSA signature should not return parameters
Weijun Wang
weijun at openjdk.java.net
Tue May 17 20:40:55 UTC 2022
On Tue, 17 May 2022 20:27:41 GMT, Jamil Nimeh <jnimeh at openjdk.org> wrote:
> Do the behavioral changes you've cited in the PR description warrant a CSR, or do you feel this behavioral change is still consistent with the current Signature API documentation?
I think so. In fact, after this change, there's simply no parameters for the signature, so calling `setParameter` should not change any internal state and thus has no effect on other calls.
While this is a behavior change, I don't think it has any negative impact to users.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8758
More information about the security-dev
mailing list