Home | History | Annotate | Download | only in apps

Lines Matching full:cafile

207 	BIO_printf(bio_err," -CAfile arg   - PEM format file of CA's\n");
307 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
525 else if (strcmp(*argv,"-CAfile") == 0)
528 CAfile= *(++argv);
757 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||