# illustrated-tls12 **Repository Path**: securitylib/illustrated-tls12 ## Basic Information - **Project Name**: illustrated-tls12 - **Description**: The Illustrated TLS 1.2 Connection: Every byte explained - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/syncsynchalt/illustrated-tls12 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-01 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Illustrated TLS Connection Published at https://tls.xargs.org - `site/`: page source for the finished product - `server/main.go`: server code - `client/main.go`: client code - `tlscopy/`: copy of golang's `crypto/tls/` lib, for ease of extracting secret values - `captures/`: PCAP and keylog files See also https://github.com/syncsynchalt/illustrated-tls13