Home | History | Annotate | Download | only in apps

Lines Matching refs:CApath

150 	char *CAfile = NULL, *CApath = NULL;
357 else if (!strcmp (*args, "-CApath"))
362 CApath = *args;
606 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
861 store = setup_verify(bio_err, CAfile, CApath);