I have a requirement to disable in the windows 7 computers of the company the support for static key cipher suites.
I have searched and found that this registry key, holds the allowed cipher suites, in a value called Functions.
HKLM\SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002
I have searched about how to identify the static suites in order to remove them from the list. but I haven't found anything.
My question is what I need to search in the ciphers string, to remove the support for static keys.
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA25,.....