Skip to content

Commit 7c0a090

Browse files
hannes-cfwindsurf-bot[bot]kodster28
authored andcommitted
Add changelog entry for NSEC3 support and update ENT-only availability for NSEC3 (cloudflare#22996)
* Add ENT-only availability for NSEC3 * Add changelog entry for NSEC3 support * Fix typo Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com> * Update title Co-authored-by: Kody Jackson <[email protected]> --------- Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <[email protected]>
1 parent 21d27a6 commit 7c0a090

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: NSEC3 support for DNSSEC
3+
description: Cloudflare DNSSEC supports NSEC3 for proof of non-existence.
4+
date: 2025-06-11T12:00:00Z
5+
---
6+
7+
Enterprise customers can now select NSEC3 as method for proof of non-existence on their zones.
8+
9+
What's new:
10+
11+
- **NSEC3 support for live-signed zones** – For both primary and secondary zones that are configured to be live-signed (also known as "on-the-fly signing"), NSEC3 can now be selected as proof of non-existence.
12+
13+
- **NSEC3 support for pre-signed zones** – Secondary zones that are transferred to Cloudflare in a [pre-signed setup](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/dnssec-for-secondary/#set-up-pre-signed-dnssec) now also support NSEC3 as proof of non-existence.
14+
15+
For more information and how to enable NSEC3, refer to the [NSEC3 documentation](/dns/dnssec/enable-nsec3/).

src/content/docs/dns/dnssec/enable-nsec3.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ If the name `www` exists but the type TXT does not, the example below would trig
5151
dig +dnssec www.example.com TXT
5252
```
5353

54-
[^1]: A method where an attacker exploits NSEC negative answers to obtain all names in a given zone. This is possible when such negative answers provide information on the previous and next names in a chain.
54+
## Availability
55+
56+
NSEC3 is only available for zones on the Enterprise plan.
57+
58+
[^1]: A method where an attacker exploits NSEC negative answers to obtain all names in a given zone. This is possible when such negative answers provide information on the previous and next names in a chain.

0 commit comments

Comments
 (0)