RFR: 8180568: Refactor javax/crypto shell tests to plain java tests

Bradford Wetmore wetmore at openjdk.java.net
Wed May 5 22:04:53 UTC 2021


On Wed, 5 May 2021 10:00:22 GMT, Sibabrata Sahoo <ssahoo at openjdk.org> wrote:

> This change is to remove the shell Test and convert to it's java equivalent. That is the reason the shell Tests are deleted and the equivalent Java implementation provided.
> The purpose of the Test TestExemption.java is with limited crypto policy a JCE provider can supplemented additional crypto permissions through "cryptoPerms"  file bundled inside the JCE signed jar.
> It also need to be noticed that TestExemption.java has '@requires java.runtime.name ~= "OpenJDK.*"'. It looks the intension of this Test availability in open GIT is to run by any other JDK providers.

Looks good to me.

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

Marked as reviewed by wetmore (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3876



More information about the security-dev mailing list