Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 1. Client hello
  2. 2. Server Hello
  3. 3. Certificate,Certificate Request, Server hello done
  4. 4. Certificate,Client Key Exchange,Change Cipher spec,Encrypted handshake message
  5. 5. Change Cipher spec,Encrypted handshake message
  6. 6. Application data exchanges between client and server
  7. 7. Encrypted Alert(server to client)
  8. 8. Encrypted Alert( client to server
  9.  
  10. (
  11. byte - record_type
  12. byte[2] - version
  13. byte[2] - length
  14. ) header
  15. byte[length] - encrypted or raw data
Add Comment
Please, Sign In to add comment