Home | History | Annotate | Download | only in apps

Lines Matching defs:CApath

128 	char *CAfile = NULL, *CApath = NULL;
471 else if (!strcmp (*args, "-CApath"))
475 CApath = *++args;
633 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
881 if (!(store = setup_verify(bio_err, CAfile, CApath)))