On Thu, 15 Feb 2024 22:32:58 GMT, Christoph Langer wrote:
> The experimental SunJSSE FIPS compliant mode was removed in JDK13 with
> [JDK-8217835](https://bugs.openjdk.org/browse/JDK-8217835).
> It seems the removal of some comments had been missed at that time. This
> could be irritating to re
On Thu, 15 Feb 2024 11:13:17 GMT, Daniel JeliĆski wrote:
> The reported leak was caused by the death of the `Cleanup-SunPKCS11` thread.
> The cleanup thread in turn died because of an exception thrown from
> `removeNativeKey` that resulted from 2 threads executing that method at the
> same tim
On Sat, 17 Feb 2024 01:01:49 GMT, Valerie Peng wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> assertNotEqualsByteArray
>
> test/lib/jdk/test/lib/Asserts.java line 285:
>
>> 283: * @param lhs The left hand sid
> Many crypto service classes require a `SecureRandom` object at
> initialization. This test goes through each of them and calculates (generate,
> encrypt, sign,...) twice with the same `SecureRandom` object and ensures the
> output is the same.
Weijun Wang has updated the pull request incremen