Hello, with command: openssl ciphers -V we can see cipher suits are determined as TLSv1.2 or SSLv3 cipher suits. How can I know all cipher suits which will be use: 1) for TLS 1.2 connections 2) for TLS 1.1 connections 3) for TLS 1.0 connections 4) for SSL 3.0 connections
I understand that cipher suits which are determined as TLSv1.2 are specially for TLS 1.2 connections. But what else cipher suits for TLS 1.2? And what cipher suits for TLS 1.0? For example, in what versions of TLS will be used next cipher suits: ECDHE-RSA-RC4-SHA and ECDHE-ECDSA-RC4-SHA? --- Regards
