Skip to content

Add certificate serial number (sn) to mDNS TXT record requirements #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion network.bs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ keys and values:
:: An alphanumeric, unguessable token consisting of characters from the set
`[A-Za-z0-9+/]`.

: sn
:: The [=certificate serial number=] of the advertising agent, encoded as a
base64 string according to [[!RFC4648]]. This is required for listening
agents to compute the [=agent hostname=] for TLS SNI.

Note: `at` prevents off-LAN parties from attempting authentication; see
[[#remote-active-mitigations]]. `at` should have at least 32 bits of true
entropy to make brute force attacks impractical.
Expand Down Expand Up @@ -613,7 +618,7 @@ considered public:

1. IP addresses and ports used by the Open Screen Network Protocol.
1. Data advertised through mDNS, including the display name prefix, the
certificate fingerprint and serial number, and the metadata version.
certificate fingerprint, certificate serial number, and the metadata version.

### Cross Origin State Considerations ### {#cross-origin-state}

Expand Down