< prev index next >

test/javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java

Print this page

        

*** 29,38 **** --- 29,39 ---- /* * @test * @bug 7068321 * @summary Support TLS Server Name Indication (SNI) Extension in JSSE Server * @library ../SSLEngine ../templates + * @modules java.base/sun.misc * @build SSLEngineService SSLCapabilities SSLExplorer * @run main/othervm SSLEngineExplorerMatchedSNI www.example.com * www\.example\.com * @run main/othervm SSLEngineExplorerMatchedSNI www.example.com * www\.example\.(com|org)
< prev index next >