Lines Matching full:resume
200 #Test 2: Attempt a resume with no kex modes extension. Should fail (server
207 ok(TLSProxy::Message->fail(), "Resume with no kex modes");
209 #Test 3: Attempt a resume with empty kex modes extension. Should fail (empty
215 ok(TLSProxy::Message->fail(), "Resume with empty kex modes");
217 #Test 4: Attempt a resume with non-dhe kex mode only. Should resume without a
229 "Resume with non-dhe kex mode");
231 #Test 5: Attempt a resume with dhe kex mode only. Should resume with a key_share
242 "Resume with non-dhe kex mode");
244 #Test 6: Attempt a resume with only unrecognised kex modes. Should not resume
255 "Resume with unrecognized kex mode");
257 #Test 7: Attempt a resume with both non-dhe and dhe kex mode. Should resume with
269 "Resume with non-dhe kex mode");
271 #Test 8: Attempt a resume with both non-dhe and dhe kex mode, but unacceptable
272 # initial key_share. Should resume with a key_share following an HRR
285 "Resume with both kex modes and HRR");
287 #Test 9: Attempt a resume with dhe kex mode only and an unacceptable initial
288 # key_share. Should resume with a key_share following an HRR
301 "Resume with dhe kex mode and HRR");
303 #Test 10: Attempt a resume with both non-dhe and dhe kex mode, unacceptable
304 # initial key_share and no overlapping groups. Should resume without a
316 "Resume with both kex modes, no overlapping groups");
318 #Test 11: Attempt a resume with dhe kex mode only, unacceptable
325 ok(TLSProxy::Message->fail(), "Resume with dhe kex mode, no overlapping groups");