Compare commits
2
Commits
b6c074e393
...
dd5f37f949
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd5f37f949 | ||
|
|
d568e9aff4 |
@@ -1708,8 +1708,6 @@ int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd)
|
|||||||
while (PACKET_get_net_2(&versionslist, &candidate_vers)) {
|
while (PACKET_get_net_2(&versionslist, &candidate_vers)) {
|
||||||
/* TODO(TLS1.3): Remove this before release */
|
/* TODO(TLS1.3): Remove this before release */
|
||||||
if (candidate_vers == TLS1_3_VERSION_DRAFT
|
if (candidate_vers == TLS1_3_VERSION_DRAFT
|
||||||
|| candidate_vers == TLS1_3_VERSION_DRAFT_27
|
|
||||||
|| candidate_vers == TLS1_3_VERSION_DRAFT_26
|
|
||||||
|| candidate_vers == TLS1_3_VERSION_DRAFT_23) {
|
|| candidate_vers == TLS1_3_VERSION_DRAFT_23) {
|
||||||
if (best_vers == TLS1_3_VERSION
|
if (best_vers == TLS1_3_VERSION
|
||||||
&& orig_candidate > candidate_vers)
|
&& orig_candidate > candidate_vers)
|
||||||
|
|||||||
Reference in New Issue
Block a user