Skip to content

Commit

Permalink
Fix typo in test script comment
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Hentsch <[email protected]>
  • Loading branch information
markus-hentsch committed Apr 9, 2024
1 parent 1e4da01 commit e657b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/iaas/secure-connections/tls-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def verify_tls(service: str, host: str, port: int) -> None:

# The following are sslyze.ServerScanResult.scan_result class attrs
# mapped to a boolean value that indicates whether the SSL/TLS version
# is permittted (True) or deprecated/insecure/disallowed (False).
# is permitted (True) or deprecated/insecure/disallowed (False).
# In case of the latter, the server is expectedf *not* to offer this
# protocol version at all.
cipher_suite_categories = {
Expand Down

0 comments on commit e657b91

Please sign in to comment.