SSL Flashcards

1
Q

SSL features

A
  • Endpoint authentication
  • Secure transport session
    • Encrypted
    • Authenticated
  • Transport layer security
  • Widely deployed:
    • POPS, SECURE IMAP, SECURE SMTP, HTTPS, SFTP
    • Usually different port
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SSL Handshake and Parameter Negotiation

A

Parameter Negotiation:

  • Client offers:
    • List of cyphers
    • parameters
  • Server
    • Picks cyphers
    • Might request client cert
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SSL Security Features

A
  • Only hello and server cert are in clear
  • a pair of sessions keys per direction:
    • encryption
    • authentication
  • Periodically changed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SSL Record Protocol

A
  • Header
    • Authentication (MAC)
  • Max 32KB
  • Same data protection as IPsec
  • No IP header protection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly