Hi, We are running F5 LTMs v11.6.0 HF5 and would like to know the exact match for these two ciphers among the available ciphers: ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA
Could not find it in this article which lists all the available ciphers for v11.6.0: 404 Page not found | BIG-IP Documentation
Thanks, Resti
For what it’s worth, the OpenSSL stack in 11.6 also supports these two ciphers, albeit with a slightly different name.
[root@bigip116:Active:Standalone] dev openssl ciphers |sed 's/:/\'$'\n/g' |grep ECDHE |grep AES |grep RSA
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA384
ECDHE-RSA-AES256-SHA
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA256
ECDHE-RSA-AES128-SHA