You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: