Home | History | Annotate | Download | only in x509

Lines Matching refs:pattern

302 	pattern, host string
335 r := matchHostnames(test.pattern, test.host)
337 t.Errorf("#%d mismatch got: %t want: %t when matching '%s' against '%s'", i, r, test.ok, test.host, test.pattern)
343 // Check that pattern matching is working.