Re: [U-Boot] verifying & signing

2014-11-07 Thread srinivasan
Thanks a lot Simon, Sorry True.. without unknowingly the ticket was duplicated I found out the issue ie., openssl genrsa -F4 -out keys/dev.key 2048 openssl req -batch -new -x509 -key keys/dev.key -out keys/dev.crt The above commands was supposed to be executed with sudo permissions as shown belo

Re: [U-Boot] verifying & signing

2014-11-07 Thread Simon Glass
Hi, On 4 November 2014 03:07, Srinivasan S wrote: > > Hi Simon, > > When I was generating the keys ie., Step 4: Create a key pair > > Am facing one more error while generating private key & certificate > containing public key used for verification when I execute the below openssl > commands it

Re: [U-Boot] verifying & signing - issue in generating private key & ceritficate containing public key

2014-11-04 Thread Simon Glass
Hi, On 4 November 2014 19:36, Srinivasan S wrote: > Hi Simon > > > Sorry to push you hard again could you please help me in resolving the below > issue that am facing while generating private key & certificate containing > public key > > ie., when executing Step 4: Create a key pair > (http:/

Re: [U-Boot] verifying & signing - issue in generating private key & ceritficate containing public key

2014-11-04 Thread Srinivasan S
Hi Simon Sorry to push you hard again could you please help me in resolving the below issue that am facing while generating private key & certificate containing public key ie., when executing Step 4: Create a key pair (http://lists.denx.de/pipermail/u-boot/2014-June/180845.html) WARNING:

Re: [U-Boot] verifying & signing

2014-11-04 Thread Srinivasan S
Hi Simon, From: s...@google.com on behalf of Simon Glass Sent: Tuesday, November 4, 2014 12:07 PM To: Srinivasan S Cc: srinivasan; U-Boot Mailing List Subject: Re: verifying & signing Hi, On 3 November 2014 20:01, Srinivasan S wrote: > Hi Simon, > >

Re: [U-Boot] verifying & signing

2014-11-04 Thread Srinivasan S
Hi Simon, When I was generating the keys ie., Step 4: Create a key pair Am facing one more error while generating private key & certificate containing public key used for verification when I execute the below openssl commands it is saying can't open config file: srinivasan@tata-HP-Elite-7100

Re: [U-Boot] verifying & signing

2014-11-04 Thread Srinivasan S
Hi Simon, Good Morning! Many Thanks a lot for all your support so far, 1. With respect to the verified boot , I want to put the images onto NAND FLASH, Could you please let me know what is the procedure of flashing the verified boot images onto NAND instead of micro-SD 2.Does dm-verity works

Re: [U-Boot] verifying & signing

2014-11-03 Thread Simon Glass
Hi, On 3 November 2014 20:01, Srinivasan S wrote: > Hi Simon, > > Good Morning! > > Many Thanks a lot for all your support so far, > > 1. With respect to the verified boot , I want to put the images onto NAND > FLASH, Could you please let me know what is the procedure of flashing the > verifie

Re: [U-Boot] verifying & signing

2014-11-02 Thread Simon Glass
Hi, On 2 November 2014 07:06, srinivasan wrote: > > > > > Hi Simon, > > http://lists.denx.de/pipermail/u-boot/2014-June/180845.html > > As the above link explains the Signing of kernel & verifying with uboot, > > Could you please let me know do you have any methods of signing & verifying > the li