Searched refs:should_negotiate (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 197 static const char *should_negotiate; variable 710 fprintf(stderr, " -should_negotiate <string> - The version that should be negotiated, fail-client or fail-server\n"); in sv_usage() 1148 } else if (strcmp(*argv, "-should_negotiate") == 0) { in main() 1151 should_negotiate = *(++argv); in main() 1826 if (should_negotiate && ret == EXIT_SUCCESS && in main() 1827 strcmp(should_negotiate, "fail-server") != 0 && in main() 1828 strcmp(should_negotiate, "fail-client") != 0) { in main() 1829 int version = protocol_from_string(should_negotiate); in main() 1831 BIO_printf(bio_err, "Error parsing: %s\n", should_negotiate); in main() 1837 "Expected: %s, got %s\n", should_negotiate, SSL_get_versio in main() [all...] |
Completed in 3 milliseconds