HomeSort by relevance Sort by last modified time
    Searched defs:kludge (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 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; 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");
770 * request, the kludge 'format' info should not be
772 kludge= -1;
818 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes)
    [all...]
  /external/openssl/apps/
req.c 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; 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");
770 * request, the kludge 'format' info should not be
772 kludge= -1;
818 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes)
    [all...]

Completed in 85 milliseconds