Skip to content

Commit 8a4973e

Browse files
Replace OHTTP blog with HPKE blog
1 parent 1b892a5 commit 8a4973e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/1.1.1.1/encryption/oblivious-dns-over-https.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ODoH improves privacy by separating the contents of an HTTP request (and respons
2525

2626
This means that, as long as the proxy and the target do not collude, no single entity can have access to both the DNS messages and the client IP address at the same time. Also, clients are in complete control of proxy and target selection.
2727

28-
Additionally, clients encrypt their query for the target using Hybrid Public Key Encryption. A target's public key is obtained via DNS, where it is bundled into an HTTPS resource record and protected by DNSSEC.
28+
Additionally, clients encrypt their query for the target using Hybrid Public Key Encryption (HPKE). A target's public key is obtained via DNS, where it is bundled into an HTTPS resource record and protected by DNSSEC.
2929

3030
## Cloudflare and third-party products
3131

@@ -37,5 +37,5 @@ Finally, open source clients such as [dnscrypt-proxy](https://github.com/DNSCryp
3737

3838
## Related resources
3939

40-
- [Proving Oblivious HTTP privacy properties](https://blog.cloudflare.com/stronger-than-a-promise-proving-oblivious-http-privacy-properties/) blog post
40+
- [HPKE: Standardizing public-key encryption](https://blog.cloudflare.com/hybrid-public-key-encryption/) blog post
4141
- [Privacy Gateway](/privacy-gateway/)

0 commit comments

Comments
 (0)