diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:48:26 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-23 17:48:26 -0500 |
| commit | 89ba766d851e027cd43d81e016c761cc2fbccb69 (patch) | |
| tree | 143caa33676eae79877bd32026d838d8e9613983 /static/features.html | |
| parent | 26a91a0543e01d4fc9d6c97922d1b01ceb11b325 (diff) | |
elaborate a bit on strong cipher configuration
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 2f55dee3..78cbc851 100644 --- a/static/features.html +++ b/static/features.html @@ -171,7 +171,8 @@ of our web services, etc.</li> <li>No proprietary services</li> <li>Authenticated encryption for all of our services</li> - <li>Strong cipher configurations for all of our services (SSH, TLS, etc.)</li> + <li>Strong cipher configurations for all of our services (SSH, TLS, etc.) with + only modern AEAD ciphers providing forward secrecy</li> <li>DNSSEC for all our domains</li> <li>SSHFP across all domains for pinning SSH keys</li> <li>DANE TLSA records for pinning keys for all our TLS services (unfortunately only |
