Skip to content

Commit c8b60a8

Browse files
committed
spec: Define the publisher topology structure
Signed-off-by: Michael Brown <[email protected]>
1 parent ed76b14 commit c8b60a8

File tree

5 files changed

+1547
-319
lines changed

5 files changed

+1547
-319
lines changed

spec/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ASN1_FRAGS = cx-generatortype.asn1 \
1818
cx-signaturevalue--signaturevalues.asn1 \
1919
cx-seedreport.asn1 \
2020
cx-publicationversion.asn1 \
21-
cx-publicationaudience.asn1 \
2221
cx-alertlevel.asn1 \
2322
cx-seedvalues.asn1 \
2423
cx-notification.asn1 \

spec/cx-publicationaudience.asn1

Lines changed: 0 additions & 2 deletions
This file was deleted.

spec/cx-tbspublicationdata.asn1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
TBSPublicationData ::= SEQUENCE {
22
version PublicationVersion,
3-
intendedAudience PublicationAudience,
3+
zone UTF8String,
4+
aggregated BOOLEAN DEFAULT TRUE,
45
publishedAt GeneralizedTime,
56
nextUpdateNotBefore GeneralizedTime,
67
nextUpdateNotAfter GeneralizedTime,

spec/cx.asn1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ SeedReport ::= SEQUENCE {
5050

5151
PublicationVersion ::= INTEGER { v1(1) }
5252

53-
PublicationAudience ::= INTEGER { observer(1), publisher(2) }
54-
5553
AlertLevel ::= INTEGER { no-alert(0), debug-alert(1), expired(2),
5654
unknown-alert(3), symptomatic(4), diagnosed(5) }
5755

@@ -70,7 +68,8 @@ UpdateURLs ::= SEQUENCE SIZE (0..MAX) OF UpdateURL
7068

7169
TBSPublicationData ::= SEQUENCE {
7270
version PublicationVersion,
73-
intendedAudience PublicationAudience,
71+
zone UTF8String,
72+
aggregated BOOLEAN DEFAULT TRUE,
7473
publishedAt GeneralizedTime,
7574
nextUpdateNotBefore GeneralizedTime,
7675
nextUpdateNotAfter GeneralizedTime,

0 commit comments

Comments
 (0)