Re: RFR: 8133085- Remove old style (pre-JDK 1.4) "new SunJCE()" provider calls in tests. Fails to compile.

2016-01-19 Thread Sean Mullan
Seems fine to me. --Sean On 01/12/2016 04:37 AM, Bhanu Gopularam wrote: Hi all, Please see the updated webrev: http://cr.openjdk.java.net/~ntv/bhanu/8133085/webrev.01/ Changes: Reverted changes to tests running in FIPS mode and added 2016 to copyright. Thanks, Bhanu -Original Message--

Re: Code Review Request 8144566, Custom HostnameVerifier disables SNI extension

2016-01-19 Thread Xuelei Fan
Ping ... On 12/8/2015 8:12 PM, Xuelei Fan wrote: > Good catch! > > I copied the comment here: > > -- > SocketFactory sslsf = SSLSocketFactory.getDefault(); > SSLSocket ssls = (SSLSocket) sslsf.createSocket(); > ssls.connect(new InetSocketAddress( > "bugs.openjdk

RFR 8147772: Some KerberosTicket methods throw NPE after being destroyed

2016-01-19 Thread Wang Weijun
http://cr.openjdk.java.net/~weijun/8147772/webrev.00/ No spec change, just safer return value. Thanks Max