Transport Layer Security & Secure Sockets Layer Flashcards
1
Q
Define
Transport Layer Security (TLS) and Secure Sockets Layer (SSL)
TLS, SSL
A
Provides end-to-end secure communications for any TCP connection
2
Q
Describe
HTTP Connection
TLS, SSL
A
- TCP SYN from Client
- TCP SYN-ACK response from Server
- TCP ACK from Client
- TLS Interaction
- Certificate (verified by Client)
3
Q
Limitations to TLS and SSL
TLS, SSL
A
- Expensive: public-key crypto/asymmetric; certificate distribution on multiple servers
- Could lead to a DoS because of the heavy computation request for amplification
- Latnecy (delays)
- Certificates could be invalid (lack of trust)