Remove identical tests.
I'm not sure what happened here. These are both the same as MissingKeyShare-Client. Change-Id: I6601ed378d8639c1b59034f1e96c09a683bb62ca Reviewed-on: https://boringssl-review.googlesource.com/11007 CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
This commit is contained in:
parent
3b6fb5903c
commit
45bdb2e1e3
@ -7967,32 +7967,6 @@ func addTLS13HandshakeTests() {
|
|||||||
expectedError: ":MISSING_KEY_SHARE:",
|
expectedError: ":MISSING_KEY_SHARE:",
|
||||||
})
|
})
|
||||||
|
|
||||||
testCases = append(testCases, testCase{
|
|
||||||
testType: clientTest,
|
|
||||||
name: "ClientHelloMissingKeyShare",
|
|
||||||
config: Config{
|
|
||||||
MaxVersion: VersionTLS13,
|
|
||||||
Bugs: ProtocolBugs{
|
|
||||||
MissingKeyShare: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
shouldFail: true,
|
|
||||||
expectedError: ":MISSING_KEY_SHARE:",
|
|
||||||
})
|
|
||||||
|
|
||||||
testCases = append(testCases, testCase{
|
|
||||||
testType: clientTest,
|
|
||||||
name: "MissingKeyShare",
|
|
||||||
config: Config{
|
|
||||||
MaxVersion: VersionTLS13,
|
|
||||||
Bugs: ProtocolBugs{
|
|
||||||
MissingKeyShare: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
shouldFail: true,
|
|
||||||
expectedError: ":MISSING_KEY_SHARE:",
|
|
||||||
})
|
|
||||||
|
|
||||||
testCases = append(testCases, testCase{
|
testCases = append(testCases, testCase{
|
||||||
testType: serverTest,
|
testType: serverTest,
|
||||||
name: "DuplicateKeyShares",
|
name: "DuplicateKeyShares",
|
||||||
|
Loading…
Reference in New Issue
Block a user