Lines Matching refs:CApath
354 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");504 char *CApath=NULL,*CAfile=NULL;718 else if (strcmp(*argv,"-CApath") == 0)721 CApath= *(++argv);1003 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||1005 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||