Home
last modified time | relevance | path

Searched refs:SNIContexts (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-sni-server-client.js41 const SNIContexts = { variable
108 server.addContext('a.example.com', SNIContexts['a.example.com']);
109 server.addContext('*.test.com', SNIContexts['asterisk.test.com']);
110 server.addContext('chain.example.com', SNIContexts['chain.example.com']);
Dtest-tls-sni-option.js41 const context = SNIContexts[servername];
57 const SNIContexts = { variable