aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 9bc1942..b6a7c8e 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -280,11 +280,12 @@ Table of Contents
NL = The ascii LF character (hex value 0x0a).
Document ::= (Item | NL)+
Item ::= KeywordLine Object?
- KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL
+ KeywordLine ::= Keyword (WS Argument)* NL
Keyword = KeywordStart KeywordChar*
KeywordStart ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9'
KeywordChar ::= KeywordStart | '-'
- ArgumentChar ::= any printing ASCII character except NL.
+ Argument := ArgumentChar+
+ ArgumentChar ::= any graphical printing ASCII character.
WS = (SP | TAB)+
Object ::= BeginLine Base64-encoded-data EndLine
BeginLine ::= "-----BEGIN " Keyword (" " Keyword)* "-----" NL
@@ -2112,7 +2113,7 @@ Table of Contents
NumReveals ::= An integer greater or equal to 0.
Value ::= Base64-encoded-data
- The shared random value that was generated during the second-to-last
+ The shared_random_value that was generated during the second-to-last
shared randomness protocol run. For example, if this document was
created on the 5th of November, this field carries the shared random
value generated during the protocol run of the 3rd of November.
@@ -2132,7 +2133,7 @@ Table of Contents
NumReveals ::= An integer greater or equal to 0.
Value ::= Base64-encoded-data
- The shared random value that was generated during the latest shared
+ The shared_random_value that was generated during the latest shared
randomness protocol run. For example, if this document was created on
the 5th of November, this field carries the shared random value
generated during the protocol run of the 4th of November