RFR: 8153005: Upgrade the default PKCS12 encryption/MAC algorithms

Sean Mullan mullan at openjdk.java.net
Tue Oct 6 18:37:07 UTC 2020


On Fri, 2 Oct 2020 19:07:20 GMT, Weijun Wang <weijun at 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



More information about the security-dev mailing list