Lines Matching full:constraints
418 # Name Constraints tests.
421 "Name Constraints everything permitted");
424 "Name Constraints nothing excluded");
427 "Name Constraints nested test all permitted");
430 "Name Constraints CNs permitted");
433 "Name Constraints CNs permitted - no SAN extension");
436 "Name Constraints CNs not permitted");
439 "Name Constraints hostname not permitted");
442 "Name Constraints hostname excluded");
445 "Name Constraints email address not permitted");
448 "Name Constraints subject email address not permitted");
451 "Name Constraints IP address not permitted");
454 "Name Constraints CN hostname not permitted");
457 "Name Constraints CN BMPSTRING hostname not permitted");
460 "Name constraints nested DNS name not permitted 1");
463 "Name constraints nested DNS name not permitted 2");
466 "Name constraints nested DNS name excluded");
472 "Name constraints URI with userinfo");
479 "Name constraints bad othername name constraint");
499 ok(!verify("many-names1", "", ["many-constraints"], ["many-constraints"], ),
500 "Too many names and constraints to check (1)");
501 ok(!verify("many-names2", "", ["many-constraints"], ["many-constraints"], ),
502 "Too many names and constraints to check (2)");
503 ok(!verify("many-names3", "", ["many-constraints"], ["many-constraints"], ),
504 "Too many names and constraints to check (3)");
506 ok(verify("some-names1", "", ["many-constraints"], ["many-constraints"], ),
507 "Not too many names and constraints to check (1)");
508 ok(verify("some-names2", "", ["many-constraints"], ["many-constraints"], ),
509 "Not too many names and constraints to check (2)");
510 ok(verify("some-names2", "", ["many-constraints"], ["many-constraints"], ),
511 "Not too many names and constraints to check (3)");