[elbe-devel] [PATCH 1/6] Add XML tag definition 'url-list/url/raw-key'

dion at linutronix.de dion at linutronix.de
Tue May 21 10:48:52 CEST 2019


From: Olivier Dion <dion at linutronix.de>

Raw key is a new tag that allows the user to write the raw PGP key in
the XML file instead of using an URL.  This provides protection
against men in the middle attacks.

Signed-off-by: Olivier Dion <dion at linutronix.de>
---
 schema/dbsfed.xsd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index f8708ada..c7bc1424 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -198,6 +198,13 @@
           </documentation>
         </annotation>
       </element>
+      <element name="raw-key" type="rfs:string" minOccurs="0">
+	<annotation>
+          <documentation>
+	    Raw Public Key used to sign this Repository
+          </documentation>
+        </annotation>
+      </element>
     </all>
     <attribute ref="xml:base"/>
   </complexType>
-- 
2.21.0




More information about the elbe-devel mailing list