Jump to content

The Illustrated TLS Connection


nir

Recommended Posts

Every byte of a TLS connection explained and reproduced.

In this demonstration a client has connection to a server, negotiated a TLS 1.2 session, sent "ping", received "pong", and then terminated the session. Click below to begin exploring.

 

Client Hello
Server Hello
Server Certificate
Server Key Exchange Generation
Server Key Exchange
Server Hello Done
Client Key Exchange Generation
Client Key Exchange
Client Encryption Keys Calculation
Client Change Cipher Spec
Client Handshake Finished
Server Encryption Keys Calculation
Server Change Cipher Spec
Server Handshake Finished
Client Application Data
Server Application Data
Client Close Notify

 

The code for this project can be found on GitHub.

Link to comment
Share on other sites


  • Views 485
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...