Home | History | Annotate | Download | only in apps

Lines Matching defs:CAfile

149 	char *CAfile = NULL, *CApath = NULL;
338 else if (!strcmp (*args, "-CAfile"))
343 CAfile = *args;
597 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
851 store = setup_verify(bio_err, CAfile, CApath);