takey
struct takey *current;
struct takey *predecessor;
struct takey *successor;
void takey_free(struct takey *);
takey_print(char *name, const struct takey *t)
certURI = sk_ASN1_IA5STRING_value(takey->certificateURIs, i);
pubkey = takey->subjectPublicKeyInfo;
takey_free(struct takey *t)
static struct takey *
parse_takey(const char *fn, const TAKey *takey)
struct takey *res = NULL;
if ((res = calloc(1, sizeof(struct takey))) == NULL)
res->num_comments = sk_ASN1_UTF8STRING_num(takey->comments);
comment = sk_ASN1_UTF8STRING_value(takey->comments, i);
res->num_uris = sk_ASN1_IA5STRING_num(takey->certificateURIs);