Lines Matching full:compression
50 #Test 1: Check that sending multiple compression methods in a TLSv1.2
57 ok(TLSProxy::Message->success(), "Non null compression");
59 #Test 2: NULL compression method must be present in TLSv1.2
64 ok(TLSProxy::Message->fail(), "NULL compression missing");
70 #Test 3: Check that sending multiple compression methods in a TLSv1.3
76 ok(TLSProxy::Message->fail(), "Non null compression (TLSv1.3)");
78 #Test 4: NULL compression method must be present in TLSv1.3
82 ok(TLSProxy::Message->fail(), "NULL compression missing (TLSv1.3)");
102 0x00, #Null compression method
103 0xff); #Unknown compression
105 @comp = (0xff); #Unknown compression