Cipher Suites
Negotiate encryption.
What Is a Cipher Suite?
A cipher suite is a named combination of cryptographic algorithms that a TLS connection uses together.
During the handshake, client and server negotiate which suite to use from a shared list.
Anatomy of a Suite Name
A TLS 1.2 suite name packs several algorithms together.
For example: ECDHE_RSA_WITH_AES_128_GCM_SHA256.
- ECDHE = key exchange
- RSA = authentication
- AES_128_GCM = bulk encryption
- SHA256 = message authentication / PRF