RFR: 8341927: Replace hardcoded security providers with new test.provider.name system property [v3]

Matthew Donovan mdonovan at openjdk.org
Wed Oct 23 18:05:26 UTC 2024


> In this PR, I removed hard-coded security providers and replaced them with a system property, test.provider.name. If the property is not specified, the provider originally used in the test is used:
> 
> Cipher c = Cipher.getInstance("AES/GCM/NoPadding", System.getProperty("test.provider.name", "SunJCE"));

Matthew Donovan has updated the pull request incrementally with one additional commit since the last revision:

  fixed whitespace

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21551/files
  - new: https://git.openjdk.org/jdk/pull/21551/files/83599700..7dbe83e8

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

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/21551.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21551/head:pull/21551

PR: https://git.openjdk.org/jdk/pull/21551


More information about the serviceability-dev mailing list