Home | History | Annotate | Download | only in x509v3

Lines Matching defs:match

92 	"set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
93 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
94 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
95 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
106 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
107 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
108 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
109 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
310 const char *nameincert, int match, const char *name)
313 if (match < 0)
317 match ? "matches" : "does not match", name);
333 int match, ret;
337 match = -1;
346 match = 1;
348 match = 0;
351 match = 1;
352 check_message(fn, "host", nameincert, match, *pname);
356 match = -1;
365 match = 1;
367 match = 0;
370 match = 1;
372 nameincert, match, *pname);
375 match = -1;
379 match = 1;
381 match = 0;
384 match = 1;
385 check_message(fn, "email", nameincert, match, *pname);