Re: RFR 8138704: CertStatusReqItemV2 should not implement StatusRequest interface

2015-10-02 Thread Sean Mullan
Looks fine to me. --Sean On 10/1/15 12:02 PM, Jamil Nimeh wrote: Hello all, While looking at CertStatusReqItemV2, I came across a left-over from early prototyping. The class currently implements StatusRequest, but it really shouldn't. It never caused a problem because StatusRequest requires

RFR 8133151: Preferred provider configuration for JCE

2015-10-02 Thread Anthony Scarpino
Hi all, I'm need a review of the last developement piece to JEP 246, the configuration changes. I've copied the build-dev in case there were any comments on the minor changes in the make directory related to the java.security file. http://cr.openjdk.java.net/~ascarpino/8133151/webrev/ than

TLS ALPN Proposal v7

2015-10-02 Thread Bradford Wetmore
On 10/1/2015 7:35 PM, Xuelei Fan wrote: On 10/2/2015 9:03 AM, Bradford Wetmore wrote: Major changes: 1. ApplicationProtocols is gone. The H2 black list and comparator were moved to StandardConstants. 2. StandardConstants. Strings for "h2" and "http/1.1" are back. And now that you are pa

Re: TLS ALPN Proposal v7

2015-10-02 Thread Xuelei Fan
Thanks! Xuelei On 10/3/2015 8:19 AM, Bradford Wetmore wrote: > > > On 10/1/2015 7:35 PM, Xuelei Fan wrote: >> On 10/2/2015 9:03 AM, Bradford Wetmore wrote: >>> Major changes: >>> >>> 1. ApplicationProtocols is gone. The H2 black list and comparator were >>> moved to StandardConstants. >>> >>>