Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-07-07 Thread zzambers
On Wed, 6 Jul 2022 00:07:50 GMT, Valerie Peng wrote: >> I have fixed all the issues, jdk_security tests passed for me (with these >> changes). Thanks > >> I have fixed all the issues, jdk_security tests passed for me (with these >> changes). Thanks > > Looks good, I will approve after the test

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v3]

2022-07-07 Thread Valerie Peng
On Mon, 4 Jul 2022 14:22:42 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at j

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-07-06 Thread Valerie Peng
On Mon, 4 Jul 2022 14:19:38 GMT, zzambers wrote: > I have fixed all the issues, jdk_security tests passed for me (with these > changes). Thanks Looks good, I will approve after the test job complete successfully. Thanks! - PR: https://git.openjdk.org/jdk/pull/9310

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-07-04 Thread zzambers
On Tue, 28 Jun 2022 13:20:53 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v3]

2022-07-04 Thread zzambers
> SunPkcs11 provider throws out of bounds exception during encryption when > specific conditions are met. > > Exception: > > Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array > index out of range: 32 > at java.base/java.util.Arrays.rangeCheck(Arrays.java:725) >

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-06-30 Thread Valerie Peng
On Tue, 28 Jun 2022 13:20:53 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-06-30 Thread Valerie Peng
On Tue, 28 Jun 2022 13:20:53 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-06-30 Thread Valerie Peng
On Tue, 28 Jun 2022 13:20:53 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-06-28 Thread Valerie Peng
On Tue, 28 Jun 2022 13:20:53 GMT, zzambers wrote: >> SunPkcs11 provider throws out of bounds exception during encryption when >> specific conditions are met. >> >> Exception: >> >> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array >> index out of range: 32 >> at

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding

2022-06-28 Thread zzambers
On Tue, 28 Jun 2022 12:57:21 GMT, zzambers wrote: > SunPkcs11 provider throws out of bounds exception during encryption when > specific conditions are met. > > Exception: > > Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array > index out of range: 32 > at java.ba

Re: RFR: 8289301: P11Cipher should not throw out of bounds exception during padding [v2]

2022-06-28 Thread zzambers
> SunPkcs11 provider throws out of bounds exception during encryption when > specific conditions are met. > > Exception: > > Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array > index out of range: 32 > at java.base/java.util.Arrays.rangeCheck(Arrays.java:725) >

RFR: 8289301: P11Cipher should not throw out of bounds exception during padding

2022-06-28 Thread zzambers
SunPkcs11 provider throws out of bounds exception during encryption when specific conditions are met. Exception: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 32 at java.base/java.util.Arrays.rangeCheck(Arrays.java:725) at java.ba