From: Janusz Dziemidowicz <rrapt...@nails.eu.org>

---
 KEYDB.cfg | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/KEYDB.cfg b/KEYDB.cfg
index b3b1a7e..48a239e 100644
--- a/KEYDB.cfg
+++ b/KEYDB.cfg
@@ -62,17 +62,15 @@
 ; Host Certificate entry
 ; ----------------------
 ; | HC | HOST_PRIV_KEY <HEXSTRING> \
-;      | HOST_CERT <HEXSTRING> \
-;      | HOST_NONCE <HEXSTRING> \
-;      | HOST_KEY_POINT <HEXSTRING>
+;      | HOST_CERT <HEXSTRING>
 ;
 ; A Host Certificate entry begins with the entry ID "| HC |". Each host
-; certificate entry must contain 4 hexadecimal strings preceded by a keyword 
that identifies the type of entry
-; that the hexadecimal string corresponds to. The first hexstring is the host
-; private key, the second is the host certificate, the third is the host nonce,
-; and the fourth is the host key point. Each of these 4 entry types for a host
-; certificate entry must be delimited by vertical bar '|'. A host certificate
-; entry must end with a newline.
+; certificate entry must contain 2 hexadecimal strings preceded by a keyword
+; that identifies the type of entry that the hexadecimal string corresponds
+; to. The first hexstring is the host private key, the second is the host
+; certificate. Each of these 4 entry types for a host certificate entry must be
+; delimited by vertical bar '|'. A host certificate entry must end with a
+; newline.
 ;
 ; Title entry
 ; -----------
@@ -168,9 +166,7 @@
                  0x0000000000000000000000000000000000000000 \
                  0x0000000000000000000000000000000000000000 \
                  0x0000000000000000000000000000000000000000 \
-                 0x000000000000000000000000 \
-     | HOST_NONCE 0x0000000000000000000000000000000000000000 \
-     | HOST_KEY_POINT 0x0000000000000000000000000000000000000000
+                 0x000000000000000000000000
 
 ; bar's certificate
 | HC | HOST_PRIV_KEY 0x0000000000000000000000000000000000000000 \
@@ -178,9 +174,7 @@
                  0x0000000000000000000000000000000000000000 \
                  0x0000000000000000000000000000000000000000 \
                  0x0000000000000000000000000000000000000000 \
-                 0x000000000000000000000000 \
-     | HOST_NONCE 0x0000000000000000000000000000000000000000 \
-     | HOST_KEY_POINT 0x0000000000000000000000000000000000000000
+                 0x000000000000000000000000
 
 ; foo processing key
 | PK | 0x00000000000000000000000000000000
-- 
1.8.4

_______________________________________________
libaacs-devel mailing list
libaacs-devel@videolan.org
https://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to