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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dx509.c124 " -trustout - output a \"trusted\" certificate\n",
193 int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0; local
350 trustout = 1;
363 trustout = 1;
369 trustout = 1;
444 else if (strcmp(*argv,"-trustout") == 0)
445 trustout= 1;
1045 if (trustout) i=PEM_write_bio_X509_AUX(out,x);

Completed in 25 milliseconds