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)