Lines Matching defs:max_version
1036 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0;
1480 max_version = SSL3_VERSION;
1484 max_version = TLS1_3_VERSION;
1488 max_version = TLS1_2_VERSION;
1492 max_version = TLS1_1_VERSION;
1496 max_version = TLS1_VERSION;
1508 max_version = DTLS1_VERSION;
1516 max_version = DTLS1_2_VERSION;
1865 if (max_version != 0
1866 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0)