Re: RFR 8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true

2017-10-26 Thread Weijun Wang
Turns out there is a javac warning for "removal". Please review again at http://cr.openjdk.java.net/~weijun/8159535/webrev.00 Thanks Max > On Oct 20, 2017, at 11:56 AM, Weijun Wang wrote: > > Please review this patch. A CSR [1] is also filed. > > diff --git a/src/java.base/share/classes/ja

Re: RFR 8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires

2017-10-26 Thread Weijun Wang
> On Oct 27, 2017, at 3:58 AM, Sean Mullan wrote: > > - test/jdk/sun/security/tools/jarsigner/TimestampCheck.java > > 65 * @bug 6543842 6543440 6939248 8009636 8024302 8163304 8169911 8166222 > 8180289 > > should not include 8166222 Yes. > > 346 // 8166222: unvalidated TS

Re: RFR 8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires

2017-10-26 Thread Sean Mullan
- test/jdk/sun/security/tools/jarsigner/TimestampCheck.java 65 * @bug 6543842 6543440 6939248 8009636 8024302 8163304 8169911 8166222 8180289 should not include 8166222 346 // 8166222: unvalidated TSA cert chain 347 sign("tsnoca") 348