Lines Matching defs:max_version
868 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0;
1207 max_version = SSL3_VERSION;
1215 max_version = TLS1_3_VERSION;
1223 max_version = TLS1_2_VERSION;
1231 max_version = TLS1_1_VERSION;
1239 max_version = TLS1_VERSION;
1256 max_version = DTLS1_VERSION;
1265 max_version = DTLS1_2_VERSION;
1720 if (max_version != 0
1721 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0)