Skip to content

Commit

Permalink
Merge pull request #744 from tlsfuzzer/sslv2-force-cipher
Browse files Browse the repository at this point in the history
sslv2-force-cipher: clarify where the test applies
  • Loading branch information
tomato42 committed Mar 19, 2021
2 parents 40d2216 + c7552f6 commit 003b407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/test-sslv2-force-cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ def main():
print(" really supports it using:")
print(" test-sslv2-connection.py")
print("")
print(" This test is meaningful only if the server supports at least")
print(" SSLv2 ClientHello (which you can test using test-sslv2hello-protocol.py),")
print(" if the SSLv2 Hello protocol is unsupported, you don't have to run it")
print("")
print("Test end")
print(20 * '=')
print("version: {0}".format(version))
Expand Down

0 comments on commit 003b407

Please sign in to comment.