From: Matthew Sawyer Date: Wed, 5 May 2021 19:25:53 +0000 (-0500) Subject: Add Preferences affected to DisabledCiphers X-Git-Tag: v2.11~6^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/0e7748766cc989c21816b5f45cb823f6b73a8ba5?hp=27fd3da52737d0b8b57110c9b1907b0f8825225f Add Preferences affected to DisabledCiphers --- diff --git a/README.md b/README.md index ddac8e2..7ccd504 100644 --- a/README.md +++ b/README.md @@ -1026,6 +1026,8 @@ Value (string): ### DisabledCiphers Disable specific cryptographic ciphers. +**Preferences Affected:** `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.rsa_des_ede3_sha` + --- **Note:**