[openfirmware] r1086 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Wed Jan 28 18:08:08 CET 2009


Author: wmb
Date: 2009-01-28 18:08:08 +0100 (Wed, 28 Jan 2009)
New Revision: 1086

Modified:
   cpu/x86/pc/olpc/fsupdate.fth
Log:
OLPC multiple key security - allow augmenting 0-suffix keys (this
checkin goes with the last one).


Modified: cpu/x86/pc/olpc/fsupdate.fth
===================================================================
--- cpu/x86/pc/olpc/fsupdate.fth	2009-01-28 16:08:32 UTC (rev 1085)
+++ cpu/x86/pc/olpc/fsupdate.fth	2009-01-28 17:08:08 UTC (rev 1086)
@@ -169,7 +169,7 @@
       null$ cn-buf place              ( rem$ )
       " fs" bundle-present?  if       ( rem$ )
          " Filesystem image found - " ?lease-debug
-         fskey$ to pubkeylist$        ( rem$ )
+         fskey$ to pubkey$            ( rem$ )
          img$  sig$  sha-valid?  if   ( rem$ )
             2drop                     ( )
             show-unlock               ( )




More information about the openfirmware mailing list