Week 14 TLS
Week 14 TLS
Lesson Introduction
Secure Socket Layer (SSL) and
Transport Layer Security (TLS)
Secure Socket Layer (SSL) and
Transport Layer Security (TLS)
TLS Concepts
SSL Record Protocol
The Handshake Protocol
The Handshake Protocol
The Parameters:
Version: the highest TLS version
●understood by the client
●Random: a 32-bit timestamp and 28 bytes
generated by a secure random number generator
●Session ID: a variable-length session identifier
●CipherSuite: a list containing the combinations
of cryptographic algorithms supported by the
client
●Compression Method: a list of compression
methods supported by the client
The Handshake Protocol
The Handshake Protocol
The Handshake Protocol
TLS
Lesson Summary
●
●The one-way security association stores security
parameters.
●SSL/TLS has two layers: record protocol, and
handshake, change cipher spec and alert protocols