Home | History | Annotate | Download | only in apps

Lines Matching defs:CApath

445 	BIO_printf(bio_err," -CApath arg   - PEM format directory of CA's\n");
863 char *CApath=NULL,*CAfile=NULL;
1026 else if (strcmp(*argv,"-CApath") == 0)
1029 CApath= *(++argv);
1445 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1502 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||