Home | History | Annotate | Download | only in ssl

Lines Matching full:cafile

263 	fprintf(stderr," -CAfile arg   - PEM format file of CA's\n");
395 char *CApath=NULL,*CAfile=NULL;
582 else if (strcmp(*argv,"-CAfile") == 0)
585 CAfile= *(++argv);
875 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
877 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||