浏览代码

Reject 1.3 ServerHellos with the RI extension in Go.

Keep our C implementation honest.

Change-Id: I9e9e686b7f730b61218362450971afdd82b0b640
Reviewed-on: https://boringssl-review.googlesource.com/8782
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
David Benjamin 8 年前
committed by CQ bot account: commit-bot@chromium.org
父节点
当前提交
cea0ab4361
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      ssl/test/runner/handshake_client.go

+ 2
- 0
ssl/test/runner/handshake_client.go 查看文件

@@ -943,6 +943,8 @@ func (hs *clientHandshakeState) processServerExtensions(serverExtensions *server
return fmt.Errorf("tls: renegotiation mismatch")
}
}
} else if serverExtensions.secureRenegotiation != nil {
return errors.New("tls: renegotiation info sent in TLS 1.3")
}

if expected := c.config.Bugs.ExpectedCustomExtension; expected != nil {


正在加载...
取消
保存