Home | History | Annotate | Download | only in apps

Lines Matching refs:CApath

128 	char *CAfile = NULL, *CApath = NULL;
481 else if (!strcmp (*args, "-CApath"))
485 CApath = *++args;
643 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))