Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
noforwardsecrecy class tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
yzninja committed Dec 29, 2015
1 parent 5cfb9e1 commit 5e78b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nogotofail/mitm/connection/handlers/data/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ class NoForwardSecrecy(_TlsRecordHandler):
name = "noforwardsecrecy"
description = (
"Detects selected server cipher suites which don't support "
"Diffie-Hellman key exchange (DHE or ECDHE) i.e. in "
"SERVER_HELLO response")
"Diffie-Hellman key exchange (DHE or ECDHE) i.e. in SERVER_HELLO "
"response")

def on_tls_response(self, record):
try:
Expand Down

0 comments on commit 5e78b2e

Please sign in to comment.