Home | History | Annotate | Download | only in apps

Lines Matching defs:CAfile

128 	char *CAfile = NULL, *CApath = NULL;
475 else if (!strcmp (*args, "-CAfile"))
479 CAfile = *++args;
644 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))