Re: RFR: 8336499: Failure when creating non-CRT RSA private keys in SunPKCS11 [v2]

2024-07-23 Thread Valerie Peng
On Wed, 17 Jul 2024 16:32:09 GMT, Martin Balao wrote: >> Hi, >> >> I'd like to make a proposal to fix >> [JDK-8336499](https://bugs.openjdk.org/browse/JDK-8336499). >> >> With the proposed change, a non-sensitive RSA private key is first >> interpreted as a CRT key. If that fails (e.g. one of

Re: RFR: 8336499: Failure when creating non-CRT RSA private keys in SunPKCS11 [v2]

2024-07-22 Thread Valerie Peng
On Wed, 17 Jul 2024 16:32:09 GMT, Martin Balao wrote: >> Hi, >> >> I'd like to make a proposal to fix >> [JDK-8336499](https://bugs.openjdk.org/browse/JDK-8336499). >> >> With the proposed change, a non-sensitive RSA private key is first >> interpreted as a CRT key. If that fails (e.g. one of

Re: RFR: 8336499: Failure when creating non-CRT RSA private keys in SunPKCS11 [v2]

2024-07-19 Thread Francisco Ferrari Bihurriet
On Wed, 17 Jul 2024 16:32:09 GMT, Martin Balao wrote: >> Hi, >> >> I'd like to make a proposal to fix >> [JDK-8336499](https://bugs.openjdk.org/browse/JDK-8336499). >> >> With the proposed change, a non-sensitive RSA private key is first >> interpreted as a CRT key. If that fails (e.g. one of

Re: RFR: 8336499: Failure when creating non-CRT RSA private keys in SunPKCS11 [v2]

2024-07-17 Thread Martin Balao
On Wed, 17 Jul 2024 16:32:09 GMT, Martin Balao wrote: >> Hi, >> >> I'd like to make a proposal to fix >> [JDK-8336499](https://bugs.openjdk.org/browse/JDK-8336499). >> >> With the proposed change, a non-sensitive RSA private key is first >> interpreted as a CRT key. If that fails (e.g. one of

Re: RFR: 8336499: Failure when creating non-CRT RSA private keys in SunPKCS11 [v2]

2024-07-17 Thread Martin Balao
> Hi, > > I'd like to make a proposal to fix > [JDK-8336499](https://bugs.openjdk.org/browse/JDK-8336499). > > With the proposed change, a non-sensitive RSA private key is first > interpreted as a CRT key. If that fails (e.g. one of the attributes is not > available), a second attempt is made