Home | History | Annotate | Download | only in apps

Lines Matching defs:CApath

498 	BIO_printf(bio_err," -CApath arg   - PEM format directory of CA's\n");
933 char *CApath=NULL,*CAfile=NULL;
1092 else if (strcmp(*argv,"-CApath") == 0)
1095 CApath= *(++argv);
1568 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1625 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||