Re: [9] RFR: 8074531: Remove javax.security.cert.X509Certificate usage in internal networking packages

2015-03-23 Thread Sean Mullan
Hi Jason, * HttpsURLConnection.java, HttpsURLConnectionOldImpl.java This looks fine but as a next-step, we may be able to completely remove these classes, which have been deprecated for a long time and are implementation-specific. Can you check with Brad/Xuelei and open a separate issue to re

Re: RFR 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did

2015-03-23 Thread Florian Weimer
On 03/17/2015 11:02 AM, Wang Weijun wrote: > Hi All > > Please review the code change at > >http://cr.openjdk.java.net/~weijun/8074935/webrev.00/ > > In jdk8, we use Base64.getMimeDecoder() to parse PEM-encoded certs and it > ignores every character not in the base-64 alphabet. PEM is more