Searched refs:crt_file2 (Results 1 – 1 of 1) sorted by relevance
626 const char *crt_file2; /* the file with the 2nd server certificate */ member1689 opt.crt_file2 = DFL_CRT_FILE2; in main()1843 opt.crt_file2 = q; in main()2620 if (strlen(opt.crt_file2) && strcmp(opt.crt_file2, "none") != 0) { in main()2622 if ((ret = mbedtls_x509_crt_parse_file(&srvcert2, opt.crt_file2)) != 0) { in main()2646 strcmp(opt.crt_file2, "none") != 0 && in main()