From 5e78b2ec8eee8b2d0144bbedaea164190581a4b8 Mon Sep 17 00:00:00 2001 From: yzninja Date: Tue, 29 Dec 2015 22:33:41 +1100 Subject: [PATCH] noforwardsecrecy class tidy up --- nogotofail/mitm/connection/handlers/data/ssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nogotofail/mitm/connection/handlers/data/ssl.py b/nogotofail/mitm/connection/handlers/data/ssl.py index 81906f4a..39cd70b9 100644 --- a/nogotofail/mitm/connection/handlers/data/ssl.py +++ b/nogotofail/mitm/connection/handlers/data/ssl.py @@ -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: