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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe

HTTP Connection

TLS, SSL

A
  1. TCP SYN from Client
  2. TCP SYN-ACK response from Server
  3. TCP ACK from Client
  4. TLS Interaction
  5. Certificate (verified by Client)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly