From 0f7569e200459908681d6d51201c2f156f60dbc0 Mon Sep 17 00:00:00 2001 From: Andreas Auernhammer Date: Sat, 20 Dec 2025 23:40:18 +0100 Subject: [PATCH] remove tls-handshake diagram This commit removes the TLS handshake diagram. It does not really make the concept more clear. Signed-off-by: Andreas Auernhammer --- .github/tls-handshakes.svg | 4 ---- README.md | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 .github/tls-handshakes.svg diff --git a/.github/tls-handshakes.svg b/.github/tls-handshakes.svg deleted file mode 100644 index 71d1278..0000000 --- a/.github/tls-handshakes.svg +++ /dev/null @@ -1,4 +0,0 @@ - - -ClientServerpub_key_serverClientHelloidentity_server Hash( pub_key_server )==ClientServerpub_key_serverpub_key_clientidentity_server Hash( pub_key_server )==identity_client Hash( pub_key_client )==TLS Handshake [ server auth. to client ]Mutual TLS Handshake [ client auth. to server and server auth. to client ] diff --git a/README.md b/README.md index 2ac117a..4973795 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,3 @@ The documentation contains [examples](https://pkg.go.dev/aead.dev/mtls#example-p 2. Peers exchange identities (SHA-256 hash of public key) out-of-band. For example, as part of their configuration. 3. During the TLS handshake, one or both sides verify that the other's public key matches the expected identity. - -![TLS Handshakes](./.github/tls-handshakes.svg)