Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncsynchalt/illustrated-tls12
The Illustrated TLS 1.2 Connection: Every byte explained
https://github.com/syncsynchalt/illustrated-tls12
aes-cbc ecdhe elliptic-curves rsa ssl tls tls12
Last synced: 3 months ago
JSON representation
The Illustrated TLS 1.2 Connection: Every byte explained
- Host: GitHub
- URL: https://github.com/syncsynchalt/illustrated-tls12
- Owner: syncsynchalt
- License: mit
- Created: 2018-10-05T04:41:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T20:52:40.000Z (about 1 year ago)
- Last Synced: 2024-04-13T06:54:03.937Z (10 months ago)
- Topics: aes-cbc, ecdhe, elliptic-curves, rsa, ssl, tls, tls12
- Language: Go
- Homepage: https://tls12.ulfheim.net
- Size: 2.15 MB
- Stars: 3,415
- Watchers: 66
- Forks: 204
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - syncsynchalt/illustrated-tls12 - The Illustrated TLS 1.2 Connection: Every byte explained (Go)
- awesome - illustrated-tls - The Illustrated TLS Connection: Every byte explained (Go)
- awesome-repositories - syncsynchalt/illustrated-tls12 - The Illustrated TLS 1.2 Connection: Every byte explained (Go)
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 filesSee also https://github.com/syncsynchalt/illustrated-tls13