Re: [U-Boot] Compiling polarssl lib in uboot

2012-10-19 Thread Tom Rini
On Fri, Oct 19, 2012 at 09:41:22AM +0200, Peter Czypek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I want to verify signed data in a "nice" and "proper" way. Which would > be using a lib, in my opinion. So you want to add a command that uses it, OK. I would see lib/zlib or lib/

Re: [U-Boot] Compiling polarssl lib in uboot

2012-10-19 Thread Peter Czypek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want to verify signed data in a "nice" and "proper" way. Which would be using a lib, in my opinion. Am 18.10.2012 19:45, schrieb Tom Rini: > On Thu, Oct 18, 2012 at 01:50:18PM +0200, Peter Czypek wrote: > >> Hello, >> >> i want to use the crypto f

Re: [U-Boot] Compiling polarssl lib in uboot

2012-10-18 Thread Tom Rini
On Thu, Oct 18, 2012 at 01:50:18PM +0200, Peter Czypek wrote: > Hello, > > i want to use the crypto functions from polarssl in uboot. > My crypto lib choice is polarssl [http://polarssl.org/] and my target is > an omap4 panda board. What are you trying to accomplish exactly? -- Tom signature

[U-Boot] Compiling polarssl lib in uboot

2012-10-18 Thread Peter Czypek
Hello, i want to use the crypto functions from polarssl in uboot. My crypto lib choice is polarssl [http://polarssl.org/] and my target is an omap4 panda board. My first attempt was to extract the needed source files and headers from polarssl and copy them to uboot directories and modify the uboo