On Thu, 1 Oct 2020 20:02:34 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Default algorithms are bumped to be based on PBES2 with AES-256 and SHA-256. > Please also review the CSR at > https://bugs.openjdk.java.net/browse/JDK-8228481. 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? ------------- PR: https://git.openjdk.java.net/jdk/pull/473