Integrated: 8325506: Ensure randomness is only read from provided SecureRandom object
Weijun Wang
weijun at openjdk.org
Mon Feb 26 21:55:48 UTC 2024
On Thu, 8 Feb 2024 16:34:00 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: b87d9cf2
Author: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b87d9cf2c9d905c15f4c957d42361b1a72974edf
Stats: 551 lines in 6 files changed: 546 ins; 0 del; 5 mod
8325506: Ensure randomness is only read from provided SecureRandom object
Reviewed-by: kdriver, valeriep
-------------
PR: https://git.openjdk.org/jdk/pull/17776
More information about the core-libs-dev
mailing list