Lines Matching defs:kludge
124 * -asn1-kludge - output new certificate request in a format that some CA's
174 int nodes=0,kludge=0,newhdr=0,subject=0,pubkey=0;
354 else if (strcmp(*argv,"-asn1-kludge") == 0)
355 kludge=1;
356 else if (strcmp(*argv,"-no-asn1-kludge") == 0)
357 kludge=0;
443 BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n");
770 * request, the kludge 'format' info should not be
772 kludge= -1;
818 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))