vinnie [Mon, 15 Aug 2016 14:25:51 +0100] rev 40276
8163503: PKCS12 keystore cannot store non-X.509 certificates
Reviewed-by: weijun, xuelei, mullan
xuelei [Sat, 13 Aug 2016 02:21:30 +0000] rev 40275
8162362: Introduce system property to control enabled ciphersuites
Reviewed-by: coffeys, mullan
snikandrova [Fri, 12 Aug 2016 20:14:25 +0300] rev 40274
8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
Summary: Test update to explicitly cover problematic scenario.
Reviewed-by: chegar
redestad [Fri, 12 Aug 2016 17:35:01 +0200] rev 40273
8163946: java/lang/String/concat/WithSecurityManager.java fails after 8163878
Reviewed-by: mhaupt
redestad [Fri, 12 Aug 2016 11:30:23 +0200] rev 40272
8163878: Remove unnecessary bridge methods, allocations in java.lang.invoke
Reviewed-by: mhaupt, shade
fyuan [Fri, 12 Aug 2016 14:38:02 +0800] rev 40271
8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList
Summary: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java and sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java should be tracked by JDK-8077138 rather than JDK-8154910.
Reviewed-by: mullan
Contributed-by: John Jiang <sha.jiang@oracle.com>
fyuan [Fri, 12 Aug 2016 14:36:14 +0800] rev 40270
8161340: ProblemList.txt update for sun/security/tools/keytool/autotest.sh
Summary: Remove sun/security/tools/keytool/autotest.sh from ProblemList.txt due to JDK-8130302 has been resolved
Reviewed-by: weijun
Contributed-by: John Jiang <sha.jiang@oracle.com>
fyuan [Fri, 12 Aug 2016 14:34:45 +0800] rev 40269
8160611: Clean up ProblemList.txt for closed/resolved issues
Summary: Clean up ProblemList.txt for JDK-8130339, JDK-8068645, JDK-8061177, JDK-8058616, JDK-8046285 and JDK-8031555
Reviewed-by: darcy
Contributed-by: John Jiang <sha.jiang@oracle.com>
valeriep [Fri, 12 Aug 2016 00:47:06 +0000] rev 40268
8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
Summary: Granted security permission "authProvider.SunMSCAPI" to SunMSCAPI provider
Reviewed-by: mullan
valeriep [Fri, 12 Aug 2016 00:39:34 +0000] rev 40267
8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
Summary: Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning
Reviewed-by: vinnie, mullan