HomeSort by: relevance | last modified time | path
    Searched refs:server_min_proto (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 192 static const char *server_min_proto; variable
712 fprintf(stderr, " -server_min_proto <string> - Minimum version the server should support\n");
1136 } else if (strcmp(*argv, "-server_min_proto") == 0) {
1139 server_min_proto = *(++argv);
1769 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 193 static const char *server_min_proto; variable
706 fprintf(stderr, " -server_min_proto <string> - Minimum version the server should support\n");
1133 } else if (strcmp(*argv, "-server_min_proto") == 0) {
1136 server_min_proto = *(++argv);
1773 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 203 static const char *server_min_proto; variable
713 fprintf(stderr, " -server_min_proto <string> - Minimum version the server should support\n");
1160 } else if (strcmp(*argv, "-server_min_proto") == 0) {
1163 server_min_proto = *(++argv);
1764 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))

Completed in 30 milliseconds