Re: RFR: 8286908: ECDSA signature should not return parameters [v2]

2022-05-18 Thread Hai-May Chao
On Wed, 18 May 2022 22:27:18 GMT, Weijun Wang wrote: >> Let ECDSA's `engineGetParameters()` always return null. At the same time, >> remove the remembered `sigParams` field. One behavior change is that after >> calling `setParameter()`, one can call `init()` again with a key using >>

Re: RFR: 8286908: ECDSA signature should not return parameters [v2]

2022-05-18 Thread Valerie Peng
On Wed, 18 May 2022 22:27:18 GMT, Weijun Wang wrote: >> Let ECDSA's `engineGetParameters()` always return null. At the same time, >> remove the remembered `sigParams` field. One behavior change is that after >> calling `setParameter()`, one can call `init()` again with a key using >>

Re: RFR: 8286908: ECDSA signature should not return parameters [v2]

2022-05-18 Thread Weijun Wang
> Let ECDSA's `engineGetParameters()` always return null. At the same time, > remove the remembered `sigParams` field. One behavior change is that after > calling `setParameter()`, one can call `init()` again with a key using > different parameters. I think this should be allowed since we are