Spec review of JEP 114: TLS Server Name Indication (SNI) Extension
Xuelei Fan
xuelei.fan at oracle.com
Mon Sep 3 02:05:37 UTC 2012
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
[1]: http://openjdk.java.net/jeps/114
More information about the security-dev
mailing list