Home | History | Annotate | Download | only in apps

Lines Matching full:clrtrust

125 " -clrtrust       - clear all trusted purposes\n",
195 int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0;
457 else if (strcmp(*argv,"-clrtrust") == 0)
458 clrtrust= ++num;
704 if (clrtrust) X509_trust_clear(x);