Convert perl file to asm fie

2011-06-30 Thread ty hawk
Hi : I want to use openssl on device that used arm. How could I convert aes-armv4.pl to aes-armv4.asm? Could you you help me? Hawkes 2011/06/30

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 09:43, ty hawk wrote: Hi : I want to use openssl on device that used arm. How could I convert aes-armv4.pl http://aes-armv4.pl/ to aes-armv4.asm? Could you you help me? Hawkes 2011/06/30 Two problems: One - this is a mailing list

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 10:53, ty hawk wrote: Hi Tim I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl replace for aes-586.pl

Re: Convert perl file to asm fie

2011-06-30 Thread Andreas Müller
On 06/30/2011 11:53 AM, ty hawk wrote: I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl replace for aes-586.pl http://aes-586.pl.

Re: Convert perl file to asm fie

2011-06-30 Thread ty hawk
Hi Sorry for I have done. I found these files on website. I paste these links I have compile completely openssl on windows, found it used aes-586.pl http://www.opensource.apple.com/source/OpenSSL098/OpenSSL098-35/src/crypto/aes/asm/aes-586.pland it had been converted aes-586.asm in compiler

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 11:46, Andreas Müller wrote: On 06/30/2011 11:53 AM, ty hawk wrote: I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl

RE: Convert perl file to asm fie

2011-06-30 Thread Jeremy Farrell
Try taking a step back and explaining what you are actually trying to do overall, instead of asking a particular question which sounds very strange. Are you just trying to build the OpenSSL libraries for ARM perhaps? In that case your question would have been better phrased as how do I build