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
> 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)
>
Hello, after https://bugs.openjdk.org/browse/JDK-8224768 removed the
ActalisCA test from the problem list, we see the test failing on all platforms
when running with JDK20 .
Can someone who runs those tests regularly confirm this ?
Thanks, Matthias
Failure is :
==
Use `InputStream.readAllBytes` instead of manually written method.
-
Commit messages:
- [PATCH] Refactor I/O stream copying to use InputStream.readAllBytes in
X509CertPath
Changes: https://git.openjdk.org/jdk/pull/9263/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9263&ra
On Thu, 23 Jun 2022 19:32:44 GMT, Andrey Turbanov wrote:
> Use `InputStream.readAllBytes` instead of manually written method.
Marked as reviewed by attila (Reviewer).
-
PR: https://git.openjdk.org/jdk/pull/9263