syncsynchalt / illustrated-tls12

The Illustrated TLS 1.2 Connection: Every byte explained
https://tls12.ulfheim.net
MIT License
3.46k stars 206 forks source link

Make each step "linkable" #20

Closed farnulfo closed 2 years ago

farnulfo commented 2 years ago

Hi,

It will be cool to have : https://tls12.xargs.org#ServerKeyExchange => open the page with Server Key Exchange section expanded

syncsynchalt commented 2 years ago

Hi Franck, I think that's a great idea. I'll see what I can put together next week.

(Sorry for the late reply, been on a motorcycle trip)

syncsynchalt commented 2 years ago

Let me know what you think of the implementation, which modifies the URL in-place for what you're viewing. I have it currently set to replace the URL on each section change and not leave the old URL in browser history, but that's an easy change to make that I'm considering.

farnulfo commented 2 years ago

It looks great ! Thanks