Skip to content

4.1.0

Compare
Choose a tag to compare
@nabla-c0d3 nabla-c0d3 released this 29 Mar 00:46
· 220 commits to release since this release
  • SSLyze's memory usage has been significantly reduced when scanning a lot of servers concurrently (#511).
    • This will make it easier to deploy SSLyze to environments where memory is limited, such as AWS Lambda.
    • For example, when queuing 100 server scans, memory usage will now reach a maximum of 150 MB, instead of 1400 MB in previous versions of SSLyze.
  • Fixed errors when running http_headers on specific server software (#517, #516).
  • Removed usage of pipenv and switched back to a requirements.txt.