Home | History | Annotate | Download | only in ssl

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);
1009 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
1011 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||