Searched refs:trustout (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c124 " -trustout - output a \"trusted\" certificate\n",
203 int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0; local
362 trustout = 1;
374 trustout = 1;
379 trustout = 1;
463 else if (strcmp(*argv, "-trustout") == 0)
464 trustout = 1;
999 if (trustout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c124 " -trustout - output a \"trusted\" certificate\n",
203 int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0; local
362 trustout = 1;
374 trustout = 1;
379 trustout = 1;
463 else if (strcmp(*argv, "-trustout") == 0)
464 trustout = 1;
999 if (trustout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c117 " -trustout - output a \"trusted\" certificate\n",
182 int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0; local
339 trustout = 1;
352 trustout = 1;
358 trustout = 1;
423 else if (strcmp(*argv,"-trustout") == 0)
424 trustout= 1;
1031 if (trustout) i=PEM_write_bio_X509_AUX(out,x);

Completed in 49 milliseconds