Searched refs:issuer_str (Results 1 – 3 of 3) sorted by relevance
214 const char *issuer_str; in fill_pkcs7() local265 issuer_str = x509_name_to_str(issuer); in fill_pkcs7()266 if (issuer_str != NULL) { in fill_pkcs7()267 sig_info->signer = issuer_str; in fill_pkcs7()268 sig_info->signer_len = strlen(issuer_str); in fill_pkcs7()
575 self.issuer_str = tbsCert.get_issuer_str()576 self.issuer_hash = hash(self.issuer_str)721 print("Issuer: " + self.issuer_str)726 return "[X.509 Cert. Subject:%s, Issuer:%s]" % (self.subject_str, self.issuer_str)769 self.issuer_str = tbsCertList.get_issuer_str()770 self.issuer_hash = hash(self.issuer_str)833 print("Issuer: " + self.issuer_str)
205 x.issuer_str == '/C=FR/ST=Paris/L=Paris/O=Mushroom Corp./OU=Mushroom VPN Services/CN=IKEv2 X.509 Te…284 x.issuer_str == '/C=US/O=VeriSign, Inc./OU=Class 1 Public Primary Certification Authority'