Home | History | Annotate | Download | only in x509v3

Lines Matching refs:keyid

87 	if(akeyid->keyid) {
88 tmp = hex_to_string(akeyid->keyid->data, akeyid->keyid->length);
89 X509V3_add_value("keyid", tmp, &extlist);
104 * keyid: use the issuers subject keyid, the value 'always' means its is
107 * to only use this if keyid is not present. With the option 'always'
114 char keyid=0, issuer=0;
129 if(!strcmp(cnf->name, "keyid"))
131 keyid = 1;
133 keyid = 2;
159 if(keyid)
164 if(keyid==2 && !ikeyid)
199 akeyid->keyid = ikeyid;