On Thu, 1 Jun 2023 21:17:11 GMT, Ben Perez <d...@openjdk.org> wrote: > Fixed `engineInitSign` in `DSA.java` and added `SecureRandomReset.java` to > DSA tests
test/jdk/sun/security/provider/DSA/SecureRandomReset.java line 51: > 49: > 50: // Re-initialize deterministic RNG and sign > 51: s.initSign(sk, deterministic()); Does this test depend on the fact that if the reset was missing it would ask the first deterministic RNG for a second random number which („by luck“) is different from the first number of a re-seeded second instance? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14273#discussion_r1220996922