syncsynchalt / illustrated-tls12

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

Extract OID length field for "Country" and "OrganizationalUnit" #23

Closed thiezn closed 4 months ago

thiezn commented 4 months ago

The Country and OrganizationalUnit templates used the OID Length field inside the OID definition. This pull request removes the OID length field from the OID field and places it before the OID field. This is more consistent with other fields like the "Common Name"

Thanks for the great visualisation of the TLS1.2 connection. Must have taken quite some time to build these. IEEE should fund you to do this for all sort of other protocols!

thiezn commented 4 months ago

I also noticed your homepage https://xargs.org/ only provides links to:

You are robbing people of your other great work on: dtls.xargs.org tls12.xargs.org x25519.xargs.org