Lines Matching full:www

7  * https://www.openssl.org/source/license.html
23 "*@example.com", "test@*.example.com", "example.com", "www.example.com",
24 "test.www.example.com", "*.example.com", "*.www.example.com",
25 "test.*.example.com", "www.*.com",
26 ".www.example.com", "*www.example.com",
28 "*.xn--rger-koa.example.com", "www.xn--rger-koa.example.com",
29 "*.good--example.com", "www.good--example.com",
40 "set CN: host: [*.example.com] matches [www.example.com]",
42 "set CN: host: [*.www.example.com] matches [test.www.example.com]",
43 "set CN: host: [*.www.example.com] matches [.www.example.com]",
44 "set CN: host: [*www.example.com] matches [www.example.com]",
45 "set CN: host: [test.www.example.com] matches [.www.example.com]",
46 "set CN: host: [*.xn--rger-koa.example.com] matches [www.xn--rger-koa.example.com]",
48 "set CN: host: [*.good--example.com] matches [www.good--example.com]",
49 "set CN: host-no-wildcards: [*.www.example.com] matches [.www.example.com]",
50 "set CN: host-no-wildcards: [test.www.example.com] matches [.www.example.com]",
55 "set dnsName: host: [*.example.com] matches [www.example.com]",
59 "set dnsName: host: [*.www.example.com] matches [test.www.example.com]",
60 "set dnsName: host-no-wildcards: [*.www.example.com] matches [.www.example.com]",
61 "set dnsName: host-no-wildcards: [test.www.example.com] matches [.www.example.com]",
62 "set dnsName: host: [*.www.example.com] matches [.www.example.com]",
63 "set dnsName: host: [*www.example.com] matches [www.example.com]",
64 "set dnsName: host: [test.www.example.com] matches [.www.example.com]",
65 "set dnsName: host: [*.xn--rger-koa.example.com] matches [www.xn--rger-koa.example.com]",
67 "set dnsName: host: [*.good--example.com] matches [www.good--example.com]",
217 NID_commonName, "www.example.org", 0); in set_email_and_cn()