Apple partners with Cloudflare to improve internet privacy

On Tuesday, Cloudflare announced support for a new proposed DNS standard called “Oblivious DoH” — co-authored by engineers from Cloudflare, Apple, and Fastly — that separates IP addresses from queries, so that no single entity can see both at the same time. They’ve also made the source code available, so anyone can try out ODoH, or run their own ODoH service.

bitsTanya Verma and Sudheesh Singanamalla for The Cloudflare Blog:

The whole process begins with clients that encrypt their query for the target using HPKE. Clients obtain the target’s public key via DNS, where it is bundled into a HTTPS resource record and protected by DNSSEC. When the TTL for this key expires, clients request a new copy of the key as needed (just as they would for an A/AAAA record when that record’s TTL expires). The usage of a target’s DNSSEC-validated public key guarantees that only the intended target can decrypt the query and encrypt a response (answer).

Clients transmit these encrypted queries to a proxy over an HTTPS connection. Upon receipt, the proxy forwards the query to the designated target. The target then decrypts the query, produces a response by sending the query to a recursive resolver such as 1.1.1.1, and then encrypts the response to the client. The encrypted query from the client contains encapsulated keying material from which targets derive the response encryption symmetric key.

This response is then sent back to the proxy, and then subsequently forwarded to the client. All communication is authenticated and confidential since these DNS messages are end-to-end encrypted, despite being transmitted over two separate HTTPS connections (client-proxy and proxy-target). The message that otherwise appears to the proxy as plaintext is actually an encrypted garble.

MacDailyNews Note: There’s much more info about the work done by Cloudflare, Apple, and Fastly available via The Cloudflare Blog.

4 Comments

  1. While I applaud the security implications of this, doesn’t this also increase Internet traffic significantly with CloudFlare servers becoming the new bottleneck? As it is some people still struggle with the speed of their connections.

Reader Feedback

This site uses Akismet to reduce spam. Learn how your comment data is processed.