Hacker News new | ask | show | jobs
by buffrr 1654 days ago
It uses WKNavigationDelegate[0] it allows responding to authentication challenges by accepting/rejecting certificates or continuing with default handling. This is used to do certificate pinning. DS records are stored on chain and requested via the P2P client. The DS record is used to verify DNSSEC and to obtain a certificate hash/TLSA record.

[0] https://developer.apple.com/documentation/webkit/wknavigatio...

1 comments

Thanks for the explanation!