Re: RFR : 8038837:Add support to jarsigner for specifying timestamp hash algorithm

2016-02-01 Thread Weijun Wang
Everything looks fine. Thanks Max On 1/29/2016 21:41, Seán Coffey wrote: On 29/01/16 11:52, Wang Weijun wrote: On Jan 29, 2016, at 7:48 PM, Seán Coffey wrote: Since I now reference the JarSignerParameters class directly in TimestampedSigner.java, the compiler was generating a warning. I tho

Re: [9] RFC: 8061798: Add support for TLS_FALLBACK_SCSV (RFC 7507)

2016-02-01 Thread Xuelei Fan
Hi Florian, Sorry for the delay. There are requirements to support version fall-back in client side for JDK 8u/7u in practice. As would require a non-api-update solution for backporting. I see your points about the disadvantage of putting TLS_FALLBACK_SCSV into the regular cipher suite selector

Code Review Request: 8145344: Add SHA1/224 to preferred provider list in java.security for solaris-sparc

2016-02-01 Thread Anthony Scarpino
Hi, Could I have a review of the quick change that adds SHA1 and SHA224 to the solaris-sparc preferred providers list and a minor change to handle algorithms with two names, like SHA1 and SHA-1. http://cr.openjdk.java.net/~ascarpino/8145334/webrev/ thanks Tony