On 2009.10.15 at 16:37:39 +0200, Alessandro Borga wrote: > Well > > I must use RSA encrypt/decprypt functions in a target using Arm cpu. > > Other rsa source code doesn*t work right because target environment use > big endian memory allocation for int and long > > Can openSLL crypto lib work with big endian?
Definitely. I, myself have tested it on sparc and mips big-endian processors. For ARM I've only tried little endian versions (debian port arm and armel, but not armeb) > If response ok can you help me how configure compile and linkimg the > source code library? Do you use native build or cross-compiling? If cross-compiling with GNU toolchain, that you have just to specify --cross-compile-prefix (or it is just --cross-compile for recent CVS) to Configure script and specify proper target argument for it. something like ./Configure linux-arm --cross-compile-prefix=arm-linux-gnu make If you are doing native build, config script should take care of all this for you. > Sorry, my english is low level > > Thanks in advance > > Alex > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org