Forum Discussion

Vivek_Datta_263's avatar
Vivek_Datta_263
Icon for Nimbostratus rankNimbostratus
Jan 31, 2018

Cipher string to block RSA but not ECDHE+RSA ciphers

Hi,

 

A novice here.

 

As per recent OpenSSL report, RSA ciphers are being termed as weak.

 

E.g.: TLS_RSA_WITH_AES_256_GCM_SHA384

 

However ECDHE with RSA still stay strong.

 

E.g.: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

 

Is there a way to update my cipher string which would block RSA ciphers but not ECDHE RSA ones?

 

Thanks.