Spec review of JEP 114: TLS Server Name Indication (SNI) Extension (original) (raw)
Xuelei Fan xuelei.fan at oracle.com
Mon Sep 3 02:05:37 UTC 2012
- Next message (by thread): Spec review of JEP 114: TLS Server Name Indication (SNI) Extension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
This is the spec review for JEP 114 1.
webrev: http://cr.openjdk.java.net/~xuelei/7068321/webrev_spec.10/
Network team, per RFC 6066, the host_name in TLS SNI extension need to be encoded in ASCII. In SNIHostName, to get the ASCII-Compatible Encoding (ACE), java.net.IDN is used to convert from general String and UTF-8 encoded byte array to ASCII string. We need expertise in networking, would you please review the spec of SNIHostName?
Thanks, Xuelei
- Next message (by thread): Spec review of JEP 114: TLS Server Name Indication (SNI) Extension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]