[jdk11u-dev] Integrated: 8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Lutz Schmidt
lucy at openjdk.org
Thu Jun 15 10:07:22 UTC 2023
On Thu, 25 May 2023 13:18:10 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:
> This backport is done for 11.0.20-oracle parity.
>
> The patch applies cleanly except for copyright header mismatches after the predecessor patch JDK-8246383.
> Unfortunately, the newly introduced TestDefaultRandom.java uses switch expressions which are not available in jdk11. The test had to be backfitted to compile with jdk11.
>
> Tests (GHA and SAP internal) sucessful after test update.
> Separate execution of TestDefaultRandom.java (new test) successful with this patch applied. fails otherwise.
This pull request has now been integrated.
Changeset: c1939dd3
Author: Lutz Schmidt <lucy at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/c1939dd34efcf050e8e04e41d02ae7b2c9527212
Stats: 274 lines in 8 files changed: 255 ins; 1 del; 18 mod
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Reviewed-by: goetz, mdoerr
Backport-of: 434a399bea4b116f14df963a5f5045608956a772
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1902
More information about the jdk-updates-dev
mailing list