Home | History | Annotate | Download | only in x509v3

Lines Matching full:keyid

90 	if(akeyid->keyid) {
91 tmp = hex_to_string(akeyid->keyid->data, akeyid->keyid->length);
92 X509V3_add_value("keyid", tmp, &extlist);
107 * keyid: use the issuers subject keyid, the value 'always' means its is
110 * to only use this if keyid is not present. With the option 'always'
117 char keyid=0, issuer=0;
133 if(!strcmp(cnf->name, "keyid"))
135 keyid = 1;
137 keyid = 2;
163 if(keyid)
168 if(keyid==2 && !ikeyid)
203 akeyid->keyid = ikeyid;