From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 28 Dec 2011 18:53:53 +0100 Subject: [U-Boot] Secure update of uboot devices? In-Reply-To: References: Message-ID: <201112281853.53567.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > With the new threats like Stuxnet and Duqu one need to improve on how new > updates to software is distrubuted to devcies so one can > be sure that it's not a hacked or modified software that runs in the > device. We use uboot + usb stick to update the software in our devices. > Have anyone been trying out to add e.g cryptated,certificates or rsa keys > to uboot? sha1sum of the file isn't enough?