Home | History | Annotate | Download | only in apps

Lines Matching full:cafile

119 	char *CAfile = NULL, *CApath = NULL;
297 else if (!strcmp (*args, "-CAfile"))
302 CAfile = *args;
551 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
803 store = setup_verify(bio_err, CAfile, CApath);