From 07157f02cf9c2b5ca04d97b109b600173124f48b Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:12:59 +0100 Subject: [PATCH] Show cert data in sigalg errors --- analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze.py b/analyze.py index 5f2cf73..9c392c3 100755 --- a/analyze.py +++ b/analyze.py @@ -154,7 +154,7 @@ def is_old(results): failures[lvl].append("add cipher DES-CBC3-SHA") isold = False if not has_sigalg: - failures[lvl].append("use a certificate signed with %s" % " or ".join(inter["certificate_signatures"])) + failures[lvl].append("use a certificate signed with %s" % " or ".join(old["certificate_signatures"])) isold = False if not has_pfs: failures[lvl].append("use DHE of {dhe}bits and ECC of {ecdhe}bits".format(