On Fri, 2 Oct 2020 19:07:20 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> test/jdk/sun/security/mscapi/VeryLongAlias.java line 51: >> >>> 49: public static void main(String[] args) throws Throwable { >>> 50: >>> 51: // Using the old algorithms to make sure the file is recognized >> >> Do we also want to have a test that uses the new algorithms? > > I only know Windows Server 2019 can accept the new algorithms. Ok, but maybe we can split this test in two and use the jtreg @requires tag to run the newer algorithms on Windows Server 2019? It would be a useful test if this is the only test where we test PKCS12 interop with Windows. ------------- PR: https://git.openjdk.java.net/jdk/pull/473