Home
last modified time | relevance | path

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

/unit/test/
H A Dtest_tls_sni.py32 def check_cert(host, expect, ctx): function
164 check_cert('alt2.example.com', bundles['example.com']['subj'], ctx)
165 check_cert('blah', bundles['default']['subj'], ctx)
202 check_cert('localhost.com', bundles['localhost.com']['subj'], ctx)
203 check_cert('LOCALHOST.COM', bundles['localhost.com']['subj'], ctx)
204 check_cert('EXAMPLE.COM', bundles['localhost.com']['subj'], ctx)
219 check_cert('domain.com', bundles['localhost.com']['subj'], ctx)
234 check_cert('example.com', bundles['localhost.com']['subj'], ctx)
235 check_cert('www.example.com', bundles['example.com']['subj'], ctx)
263 check_cert('localhost', bundles['localhost']['subj'], ctx)
[all …]