securedrop.org
securedrop.org copied to clipboard
More detailed checks of the landing page's SSL/TLS configuration
The SecureDrop Deployment Best Practices discusses several SSL/TLS configuration best practices for landing pages that are not currently checked using the automated scanner:
- Hash function strength
- Key length
- Choice of ciphers
- SSL/TLS versions
- Perfect forward secrecy
It would be good to incorporate these things into our scanner by integrating this library.
(Migrated over from: https://github.com/freedomofpress/securedrop-landing-page-checker/issues/18)
As you add things to the scanner, you'll also want to update the result groups (in the Wagtail snippets panel), so that the results are properly displayed. :)
Related: we should also alert admins when certificate expiry is approaching