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");
575 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
856 else if (strcmp(*argv,"-CAfile") == 0)
859 CAfile= *(++argv);
1182 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||