illustrated-tls12 icon indicating copy to clipboard operation
illustrated-tls12 copied to clipboard

The Illustrated TLS 1.2 Connection: Every byte explained

Results 8 illustrated-tls12 issues
Sort by recently updated
recently updated
newest added

Thank you for the amazing and precise description of TLS 1.2. This is my extra small addition to the project :)

Besides TLS 1.3 (#3) and TLS 1.2, it would be nice to have the same style writeup for TLS 1.1 and TLS 1.0. Right at the moment, I'm looking for...

Hi, THE BEST site for SSL explanation. The experience will be even better if you can differentiate different parts the req/resp message hex parts. I'm overriding site styles with below:...

It would be nice if we also have mutual authentication illustrated 😃 ![](https://upload.wikimedia.org/wikipedia/commons/a/ae/SSL_handshake_with_two_way_authentication_with_certificates.svg)

It would be very cool to have the corresponding `openssl -vvvv` lines at each step

Could you please add this demo. I could not decrypt the ssl message. Maybe I made a mistake with the secret. But I do not know where is the problem.

Hello, how do i get AAD and IV in AES 128 GCM? Cipher: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) in AES 128 CBC (TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013)), the IV is on the Client handshake finished Example...