Integrated: 8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE

2024-02-17 Thread Christoph Langer
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

Re: RFR: 8325247: Memory leak in SessionKeyRef class def when using PKCS11 security provider

2024-02-17 Thread Stuart Marks
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

Re: RFR: 8325506: Ensure randomness is only read from provided SecureRandom object [v3]

2024-02-17 Thread Weijun Wang
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

Re: RFR: 8325506: Ensure randomness is only read from provided SecureRandom object [v4]

2024-02-17 Thread Weijun Wang
> 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