Searched defs:kludge (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dreq.c124 * -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; local
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");
769 * request, the kludge 'format' info should not be
771 kludge= -1;
817 if ((kludge >
[all...]

Completed in 151 milliseconds