> 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:

  included additional services in testing.md

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21551/files
  - new: https://git.openjdk.org/jdk/pull/21551/files/3889e339..1436113e

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

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

Reply via email to