Lines Matching refs:host
36 host: false, property
41 host: null, property
46 host: undefined, property
52 { host: 'a.com', cert: { subject: { CN: 'a.com' } } }, property
53 { host: 'a.com', cert: { subject: { CN: 'A.COM' } } }, property
55 host: 'a.com', property
59 { host: 'a.com', cert: { subject: { CN: 'a.com.' } } }, property
61 host: 'a.com', property
71 host: '8.8.8.8', property
79 host: '8.8.8.8', property
87 host: '8.8.8.8', property
94 host: '8.8.8.8', property
100 host: '8.8.8.8', property
109 { host: 'b.a.com', cert: { subject: { CN: '*.a.com' } } }, property
111 host: 'ba.com', property
116 host: '\n.b.com', property
120 { host: 'b.a.com', property
128 host: 'b.a.com', property
135 host: 'a.com', property
142 host: 'a.com', cert: { property
149 host: 'a.b.a.com', cert: { property
157 host: 'foo.com', cert: { property
164 host: 'a.com', cert: { property
172 host: 'a.com', cert: { property
180 host: 'a.co.uk', cert: { property
186 host: 'a.com', cert: { property
194 host: 'a.com', cert: { property
202 host: 'a.com', cert: { property
208 host: 'a.com', cert: { property
216 host: 'a.com', cert: { property
224 host: 'b.a.com', cert: { property
230 host: 'c.b.a.com', cert: { property
238 host: 'b.a.com', cert: { property
244 host: 'a-cb.a.com', cert: { property
250 host: 'a.b.a.com', cert: { property
259 host: 'a.b.a.com', cert: { property
266 host: 'a.b.a.com', cert: { property
273 host: 'a.b.a.com', cert: { property
281 host: 'a.b.a.com', cert: { property
288 host: '127.0.0.1', cert: { property
294 host: '127.0.0.2', cert: { property
302 host: '127.0.0.1', cert: { property
309 host: 'localhost', cert: { property
318 host: 'xn--bcher-kva.example.com', property
325 host: 'xn--bcher-kva.example.com', property
333 const err = tls.checkServerIdentity(test.host, test.cert);