Lines Matching defs:issuer
30 * subject and issuer attributes of each certificate.
44 char *issuer = NULL;
47 /* Find the certificate issuer and subject by enumerating each field */
48 for(; slist && (!issuer || !subject); slist = slist->next) {
53 issuer = slist->data + sizeof(issuer_prefix)-1;
60 if(subject && issuer) {
63 printf(" issuer: %s\n", issuer);
66 /* If the last certificate's issuer matches the current certificate's
69 fprintf(stderr, "cert %d issuer does not match cert %d subject\n",
77 last_issuer = issuer;