Home | History | Annotate | Download | only in apps

Lines Matching defs:CApath

128 	char *CAfile = NULL, *CApath = NULL;
479 else if (!strcmp (*args, "-CApath"))
483 CApath = *++args;
641 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
889 if (!(store = setup_verify(bio_err, CAfile, CApath)))