From 2769272ec036c0b8d033112e733306c5a994c358 Mon Sep 17 00:00:00 2001 From: Jonathan Hoyland Date: Thu, 15 May 2025 09:56:52 +0100 Subject: [PATCH 1/2] Add links to implementations of TLS Flags to the FAQ. --- cmd/server/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/server/index.html b/cmd/server/index.html index a415854..3a1c9ff 100644 --- a/cmd/server/index.html +++ b/cmd/server/index.html @@ -227,9 +227,13 @@

Why do platforms and websites need this?

It's hard to debug. How can this website help?

- This website exposes an endpoint reporting incoming TLS Flags on /debug + This website exposes an endpoint reporting incoming TLS Flags on /debug.

+

Where can I see implementations of TLS Flags?

+

+ You can find partial implementations of TLS Flags in the Cloudflare Go fork, and in boringssl. +

I have comments and want to contribute. Where do I go?

First off, this is fantastic news! From d397188b8c6040f3d081b317f5af9514080f84b3 Mon Sep 17 00:00:00 2001 From: Thibault Date: Thu, 15 May 2025 11:46:18 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- cmd/server/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/server/index.html b/cmd/server/index.html index 3a1c9ff..fcb3b0a 100644 --- a/cmd/server/index.html +++ b/cmd/server/index.html @@ -232,7 +232,7 @@

It's hard to debug. How can this website help?

Where can I see implementations of TLS Flags?

- You can find partial implementations of TLS Flags in the Cloudflare Go fork, and in boringssl. + You can find partial implementations of TLS Flags in the Cloudflare Go fork, and in BoringSSL.

I have comments and want to contribute. Where do I go?