[openssl-users] Compile OpenSSL for Android

2016-12-20 Thread Leo Goldim
Hi all, I'm trying to compile OpenSSL for Android, after looking at Google I found this page: https://wiki.openssl.org/index.php/Android I followed step by step but when I verified my lib (readelf -h ./libcrypto.a | grep -i 'class\|machine' | head -2) I realized that the lib was created for my

Re: [openssl-users] big endian vs little endian

2016-12-20 Thread Salz, Rich
> I am obviosly a newbie and missing something. How then do I encrypt the file > on one machine (little endian), transmit it to another machine (big endian) > and decrypt it there? Did you try it? -- openssl-users mailing list To unsubscribe:

Re: [openssl-users] General approach for keeping a client cert from openssl

2016-12-20 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Andy Green > Sent: Monday, December 19, 2016 19:03 > > On Mon, 2016-12-19 at 10:21 -0800, Kyle Hamilton wrote: > > >   There exists what is called an ENGINE interface to offload > > cryptographic operations to a