File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2129,18 +2129,18 @@ def result_good(self):
21292129 self .was_tested ()
21302130 self ._status (STATUS_SUCCESS )
21312131 self .verdict = "detail mail tls kex-hash-func verdict good"
2132- self .tech_data = "detail tech data yes "
2132+ self .tech_data = "detail tech data good "
21332133
21342134 def result_bad (self ):
21352135 self .was_tested ()
21362136 self ._status (STATUS_NOTICE )
2137- self .verdict = "detail mail tls kex-hash-func verdict phase-out "
2138- self .tech_data = "detail tech data no "
2137+ self .verdict = "detail mail tls kex-hash-func verdict bad "
2138+ self .tech_data = "detail tech data insufficient "
21392139
21402140 def result_unknown (self ):
21412141 self .was_tested ()
21422142 self ._status (STATUS_INFO )
2143- self .verdict = "detail mail tls kex-hash-func verdict unknown "
2143+ self .verdict = "detail mail tls kex-hash-func verdict other "
21442144 self .tech_data = "detail tech data not-applicable"
21452145
21462146 def result_phase_out (self ):
You can’t perform that action at this time.
0 commit comments