Lines Matching refs:ch

12  * This test relies on https://sni.velox.ch/ and thus is disabled by default.
14 * sni.velox.ch uses 3 certificates :
15 * - CN=alice.sni.velox.ch (sent in response to server_name = alice.sni.velox.ch or not set)
16 * - CN=bob.sni.velox.ch (sent in response to server_name = bob.sni.velox.ch)
17 …* - CN=*.sni.velox.ch (sent in response to server_name = mallory.sni.velox.ch or *.sni.velox.ch or…
75 do_http_test('https://alice.sni.velox.ch/', context());
78 do_http_test('https://bob.sni.velox.ch/', context());
81 do_http_test('https://bob.sni.velox.ch./', context());
86 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
87 stream_context_set_option($context, 'http', 'header', b'Host: bob.sni.velox.ch');
88 do_http_test('https://alice.sni.velox.ch/', $context);
94 do_http_test('https://bob.sni.velox.ch/', $context);
99 do_ssl_test('ssl://bob.sni.velox.ch:443', context());
102 do_ssl_test('ssl://mallory.sni.velox.ch:443', context());
107 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
109 do_ssl_test('ssl://mallory.sni.velox.ch:443', $context);
116 do_ssl_test('ssl://mallory.sni.velox.ch:443', $context);
122 do_enable_crypto_test('tcp://bob.sni.velox.ch:443', context());
126 do_enable_crypto_test('tcp://mallory.sni.velox.ch:443', context());
131 stream_context_set_option($context, 'ssl', 'SNI_server_name', 'bob.sni.velox.ch');
133 do_enable_crypto_test('tcp://mallory.sni.velox.ch:443', $context);
140 do_enable_crypto_test('tcp://mallory.sni.velox.ch:443', $context);
145 …am_context_set_option($context, 'ssl', 'SNI_server_name', str_repeat('a.', 500) . '.sni.velox.ch');
147 do_enable_crypto_test('tcp://mallory.sni.velox.ch:443', $context);
152 %unicode|string%(18) "alice.sni.velox.ch"
154 %unicode|string%(16) "bob.sni.velox.ch"
156 %unicode|string%(16) "bob.sni.velox.ch"
158 %unicode|string%(16) "bob.sni.velox.ch"
160 %unicode|string%(18) "alice.sni.velox.ch"
162 %unicode|string%(16) "bob.sni.velox.ch"
164 %unicode|string%(14) "*.sni.velox.ch"
166 %unicode|string%(16) "bob.sni.velox.ch"
168 %unicode|string%(18) "alice.sni.velox.ch"
170 %unicode|string%(16) "bob.sni.velox.ch"
172 %unicode|string%(14) "*.sni.velox.ch"
174 %unicode|string%(16) "bob.sni.velox.ch"
176 %unicode|string%(18) "alice.sni.velox.ch"
178 %unicode|string%(18) "alice.sni.velox.ch"