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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 195 static const char *client_max_proto; variable
715 fprintf(stderr, " -client_max_proto <string> - Maximum version the client should support\n");
1148 } else if (strcmp(*argv, "-client_max_proto") == 0) {
1151 client_max_proto = *(++argv);
1775 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 196 static const char *client_max_proto; variable
709 fprintf(stderr, " -client_max_proto <string> - Maximum version the client should support\n");
1145 } else if (strcmp(*argv, "-client_max_proto") == 0) {
1148 client_max_proto = *(++argv);
1779 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 206 static const char *client_max_proto; variable
716 fprintf(stderr, " -client_max_proto <string> - Maximum version the client should support\n");
1172 } else if (strcmp(*argv, "-client_max_proto") == 0) {
1175 client_max_proto = *(++argv);
1770 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))

Completed in 31 milliseconds