Home | History | Annotate | Download | only in apps

Lines Matching refs:CApath

499 	BIO_printf(bio_err," -CApath arg   - PEM format directory of CA's\n");
943 char *CApath=NULL,*CAfile=NULL;
1102 else if (strcmp(*argv,"-CApath") == 0)
1105 CApath= *(++argv);
1589 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
1646 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) ||