Re: RFR: JDK-8261969: SNIHostName would check if the encoded hostname conform to RFC 3490

2021-02-22 Thread Rajan Halade
On Fri, 19 Feb 2021 08:39:23 GMT, John Jiang wrote: > Similar to the constructor SNIHostName(String hostname), the constructor > SNIHostName(byte[] encoded) also needs to check if the encoded hostname > conform to RFC 3490. Changes requested by rhalade (Reviewer).

RFR: JDK-8261969: SNIHostName would check if the encoded hostname conform to RFC 3490

2021-02-19 Thread John Jiang
Similar to the constructor SNIHostName(String hostname), the constructor SNIHostName(byte[] encoded) also needs to check if the encoded hostname conform to RFC 3490. - Commit messages: - JDK-8261969: SNIHostName would check if the encoded hostname conform to RFC 3490 Changes: