Skip to content
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

proposal: x/net/dns/dnsmessage: add support for SVCB and HTTPS records #43790

Open
rs opened this issue Jan 20, 2021 · 3 comments
Open

proposal: x/net/dns/dnsmessage: add support for SVCB and HTTPS records #43790

rs opened this issue Jan 20, 2021 · 3 comments

Comments

@rs
Copy link
Contributor

rs commented Jan 20, 2021

The new SVCB/HTTPS record has been added in iOS 14 and macOS 11. It would be handy to be able to parse them. The RFC is still a draft though.

https://tools.ietf.org/html/draft-ietf-dnsop-svcb-https-01

@gopherbot gopherbot added this to the Unreleased milestone Jan 20, 2021
rs added a commit to rs/net that referenced this issue Jan 20, 2021
This change adds support for SVCB and its sister HTTPS record types. The
new type Param is used for both records and the parsing/packing is
shared between them as both records are stickly identical on the wire.

For golang/go#43790
@gopherbot
Copy link

Change https://golang.org/cl/284852 mentions this issue: dns/dnsmessage: add support for draft-ietf-dnsop-svcb-https-01 RR type

@seankhliao seankhliao changed the title x/net/dns/dnsmessage: add support for SVCB and HTTPS records proposal: x/net/dns/dnsmessage: add support for SVCB and HTTPS records Jan 20, 2021
@ianlancetaylor ianlancetaylor added this to Incoming in Proposals (old) Feb 17, 2021
@ianlancetaylor
Copy link
Contributor

CC @iangudger

@fortuna
Copy link

fortuna commented Nov 15, 2023

The SVCB and HTTPS record types are now in a published RFC: https://datatracker.ietf.org/doc/html/rfc9460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Incoming
Development

No branches or pull requests

5 participants