Doing a litle Cryptography Research and hit a case of conflicting data so wanted to try here.
I'm running a Web Service and currently support these 2 Ciphers:
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (0X9F) DH 4096 BITS FS 256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (0XC02C) ECDH SECP521R1 (EQ. 15360 BITS RSA) FS 256
If I had to remove them due to a WAF upgrade making them incompatible, would I stop particular browsers or versions of Mobile Operating Systems being able to Handshake with me?
If yes, can you advise any alternatives for what I might impact.
Thanks!