Lines Matching refs:max_version
434 int max_version = args[2].As<Int32>()->Value();
437 if (max_version == 0)
438 max_version = kMaxSupportedVersion;
458 max_version = TLS1_2_VERSION;
460 max_version = TLS1_2_VERSION;
463 max_version = TLS1_2_VERSION;
467 max_version = kMaxSupportedVersion;
470 max_version = kMaxSupportedVersion;
474 max_version = kMaxSupportedVersion;
478 max_version = TLS1_VERSION;
481 max_version = TLS1_VERSION;
485 max_version = TLS1_VERSION;
489 max_version = TLS1_1_VERSION;
492 max_version = TLS1_1_VERSION;
496 max_version = TLS1_1_VERSION;
500 max_version = TLS1_2_VERSION;
503 max_version = TLS1_2_VERSION;
507 max_version = TLS1_2_VERSION;
545 SSL_CTX_set_max_proto_version(sc->ctx_.get(), max_version);