Home | History | Annotate | Download | only in apps

Lines Matching defs:CAfile

300 	BIO_printf(bio_err," -CAfile arg   - PEM format file of CA's\n");
579 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
860 else if (strcmp(*argv,"-CAfile") == 0)
863 CAfile= *(++argv);
1190 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||