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

Weijun Wang weijun at openjdk.org
Sat Feb 17 14:08:12 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:

  not not not

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17776/files
  - new: https://git.openjdk.org/jdk/pull/17776/files/96e09a5d..180d31ca

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17776&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17776&range=02-03

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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