Commit 7f1af82
committed
Fix #2031 - Rewrite cipher check to reduce TLS conns
This drops the direct use of sslyze's cipher checks,
and switches to a custom version, using many of sslyze's
APIs, that tests more ciphers at the same time.
This should dramatically reduce connection count.
Paralellism for web and mail has been reworked somewhat
too, as we don't use the sslyze scheduler as much now.
Currently built on top of #2083.1 parent fcc683e commit 7f1af82
5 files changed
Lines changed: 278 additions & 143 deletions
0 commit comments