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

/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c118 " -trustout - output a \"trusted\" certificate\n",
184 int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0; local
341 trustout = 1;
354 trustout = 1;
360 trustout = 1;
427 else if (strcmp(*argv,"-trustout") == 0)
428 trustout= 1;
1036 if (trustout) i=PEM_write_bio_X509_AUX(out,x);
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c584 static void print_stack(STATE *state, x509_stack_t *sk, int trustout) argument
610 if (trustout)

Completed in 189 milliseconds