RFR[14] JDK-8226221: Update PKCS11 tests to use NSS 3.46 libs

Jamil Nimeh jamil.j.nimeh at oracle.com
Wed Sep 4 04:21:40 UTC 2019


Looks good.

--Jamil

On 9/3/19 8:23 PM, sha.jiang at oracle.com wrote:
> Hi,
> The below simple patch just take PKCS11 tests to use the latest NSS, 
> exactly version 3.46, libs.
>
> diff -r bf3fb5465543 test/jdk/sun/security/pkcs11/PKCS11Test.java
> --- a/test/jdk/sun/security/pkcs11/PKCS11Test.java    Tue Sep 03 
> 17:45:02 2019 +0300
> +++ b/test/jdk/sun/security/pkcs11/PKCS11Test.java    Wed Sep 04 
> 11:19:43 2019 +0800
> @@ -906,21 +906,21 @@
>      @Artifact(
>              organization = "jpg.tests.jdk.nsslib",
>              name = "nsslib-windows_x64",
> -            revision = "3.41-VS2017",
> +            revision = "3.46-VS2017",
>              extension = "zip")
>      private static class WINDOWS_X64 { }
>
>      @Artifact(
>              organization = "jpg.tests.jdk.nsslib",
>              name = "nsslib-windows_x86",
> -            revision = "3.41-VS2017",
> +            revision = "3.46-VS2017",
>              extension = "zip")
>      private static class WINDOWS_X86 { }
>
>      @Artifact(
>              organization = "jpg.tests.jdk.nsslib",
>              name = "nsslib-macosx_x64",
> -            revision = "3.41",
> +            revision = "3.46",
>              extension = "zip")
>      private static class MACOSX_X64 { }
>  }
>
> Best regards,
> John Jiang
>


More information about the security-dev mailing list