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
2
Q
A
3
Q
SSL Handshake and Parameter Negotiation
A
Parameter Negotiation:
- Client offers:
- List of cyphers
- parameters
- Server
- Picks cyphers
- Might request client cert
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
5
Q
SSL Record Protocol
A
- Header
- Authentication (MAC)
- Max 32KB
- Same data protection as IPsec
- No IP header protection