RFR: 8153005: Upgrade the default PKCS12 encryption/MAC algorithms
Sean Mullan
mullan at openjdk.java.net
Fri Oct 2 18:47:40 UTC 2020
On Thu, 1 Oct 2020 20:02:34 GMT, Weijun Wang <weijun at 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
More information about the security-dev
mailing list