Lines Matching full:compression
30 # The injected compression field.
39 MULTIPLE_COMPRESSIONS, "multiple, including null compression",
40 NON_NULL_COMPRESSION, "one, not null compression",
41 MULTIPLE_NO_NULL, "multiple, no null compression",
42 NO_COMPRESSION, "no compression",
43 NULL_COMPRESSION, "one, null compression",
94 # Test 1: Check that sending multiple compression methods in a TLSv1.2
98 # Test 2: Check that sending a non-null compression method in a TLSv1.2
102 # Test 3: Check that sending multiple compression methods without null in
106 # Test 4: Check that sending no compression methods in a TLSv1.2
110 # Test 5: Check that sending only null compression in a TLSv1.2
119 # Test 6: Check that sending multiple compression methods in a TLSv1.3
123 # Test 7: Check that sending a non-null compression method in a TLSv1.3
127 # Test 8: Check that sending multiple compression methods without null in
131 # Test 9: Check that sending no compression methods in a TLSv1.3
135 # Test 10: Check that sending only null compression in a TLSv1.3
181 # Filter to insert the selected compression method into the hello message.