Lines Matching full:subject
14 proxysubjectpem = os.path.join(proxycerts, 'proxy-subject.pem')
70 # Fail: untrusted issuer, host name matches subject.
71 mark('untrusted issuer, hostname subject match')
72 output("running pass 2: subject matches, issuer not trusted\n")
92 output("running pass 4: subject matches, issuer not trusted\n")
110 # Succeed: trusted issuer and host name matches subject.
111 mark('trusted issuer, hostname subject match')
112 output("running pass 6: issuer trusted, subject matches\n")
155 # Fail: trusted issuer, but subject does not match.
156 mark('trusted issuer, IP mismatch (hostname in subject)')
157 output("running pass 10: issuer trusted, but subject does not match IP\n")
187 # Succeed: trusted issuer and host name matches subject, using kadmin
189 mark('trusted issuer, hostname subject match (kadmin)')
190 output("running pass 13: issuer trusted, subject matches\n")