TaSK
TaSK copied to clipboard
Different understandings of server behavior when the client hello carries compression algorithm
Issue Type: Tool Implementation Principle
Testcase name: Compression not selected
Testcase number: TLS_B1_FR_12
Test code: TLS_B1_FR_12.java
Description: The RFC of TLS 1.2 does not require the behavior (disconnection or ignoring) of handling the client Hello carrying compression algorithm.
However, the tool only allows that server hello packet does not carry compression algorithm after receiving the client hello packet carrying compression algorithm.
We thint if the tested device returns an alert packet and disconnects the TLS connection after receiving the client Hello packet with the compression algorithm, it indicates that the tested device does not select the compression algorithm and meets the requirement. In this case, we think the test case should be PASS.
Looking forward to further discussion.