Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syncsynchalt/illustrated-tls

The Illustrated TLS 1.2 Connection: Every byte explained
https://github.com/syncsynchalt/illustrated-tls

aes-cbc ecdhe elliptic-curves rsa ssl tls tls12

Last synced: about 2 months ago
JSON representation

The Illustrated TLS 1.2 Connection: Every byte explained

Awesome Lists containing this project

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