Home | History | Annotate | Download | only in apps

Lines Matching full:cafile

124 	char *CAfile = NULL, *CApath = NULL;
458 else if (!strcmp (*args, "-CAfile"))
462 CAfile = *++args;
627 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
874 if (!(store = setup_verify(bio_err, CAfile, CApath)))