Searched refs:crt_file2 (Results 1 – 1 of 1) sorted by relevance
621 const char *crt_file2; /* the file with the 2nd server certificate */ member1708 opt.crt_file2 = DFL_CRT_FILE2; in main()1910 opt.crt_file2 = q; in main()2652 if (strlen(opt.crt_file2) && strcmp(opt.crt_file2, "none") != 0) { in main()2654 if ((ret = mbedtls_x509_crt_parse_file(&srvcert2, opt.crt_file2)) != 0) { in main()2678 strcmp(opt.crt_file2, "none") != 0 && in main()