Skip to content

Commit

Permalink
Update custom extension tests to use new 0-RTT configuration from e58…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Jun 23, 2023
1 parent fc3ab34 commit 6c71df1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions ssl/test/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -11501,11 +11501,10 @@ func addCustomExtensionTests() {
},
},
resumeSession: true,
earlyData: true,
expectEarlyDataRejected: true,
flags: []string{
"-enable-client-custom-extension",
"-enable-early-data",
"-expect-ticket-supports-early-data",
"-expect-reject-early-data",
},
})

Expand All @@ -11520,11 +11519,9 @@ func addCustomExtensionTests() {
},
},
resumeSession: true,
earlyData: true,
flags: []string{
"-enable-client-custom-extension",
"-enable-early-data",
"-expect-ticket-supports-early-data",
"-expect-accept-early-data",
},
})

Expand All @@ -11541,11 +11538,10 @@ func addCustomExtensionTests() {
},
},
resumeSession: true,
earlyData: true,
expectEarlyDataRejected: true,
flags: []string{
"-enable-client-custom-extension",
"-enable-early-data",
"-expect-ticket-supports-early-data",
"-expect-reject-early-data",
},
})

Expand Down Expand Up @@ -11594,9 +11590,10 @@ func addCustomExtensionTests() {
},
},
resumeSession: true,
earlyData: true,
expectEarlyDataRejected: true,
flags: []string{
"-enable-server-custom-extension",
"-enable-early-data",
},
})

Expand Down

0 comments on commit 6c71df1

Please sign in to comment.