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

Weijun Wang weijun at openjdk.org
Tue Feb 13 22:30:28 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:

  assertNotEqualsByteArray

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

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

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

  Stats: 69 lines in 2 files changed: 55 ins; 4 del; 10 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