RFR: 8325506: Ensure randomness is only read from provided SecureRandom object [v2]
Weijun Wang
weijun at openjdk.org
Fri Feb 9 01:21:22 UTC 2024
> 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 incrementally with one additional commit since the last revision:
cannot control randomness for SunMSCAPI provider
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17776/files
- new: https://git.openjdk.org/jdk/pull/17776/files/4e7fc6a5..a1715f04
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17776&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17776&range=00-01
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17776.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17776/head:pull/17776
PR: https://git.openjdk.org/jdk/pull/17776
More information about the core-libs-dev
mailing list