Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Jeffrey Walton
On Wed, Dec 21, 2016 at 6:16 PM, Salz, Rich wrote: >> checking for library containing SSL_library_init... no >> configure: error: libfko needs ssl > > The application is not prepared to build against 1.1.0 That function was > removed, and a #define for backward compatibility

Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Salz, Rich
> checking for library containing SSL_library_init... no > configure: error: libfko needs ssl The application is not prepared to build against 1.1.0 That function was removed, and a #define for backward compatibility is used instead. -- openssl-users mailing list To unsubscribe:

Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Leo Goldim
Hey all, I finally compiled the OpenSSL for Android, the problem was with the Setenv-android.sh scritp. After fixed it I can compile using the following command line: ./config shared no-ssl2 no-ssl3 no-comp no-hw no-engine --openssldir=/home/ec2-user/android-openssl/android-12

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

2016-12-21 Thread Sam Horwitz
Yes. Thanks you it works. My stupid. -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Salz, Rich Sent: Tuesday, December 20, 2016 12:16 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] big endian vs little endian > I am obviosly

[openssl-users] stronger Kex

2016-12-21 Thread mlrx
Hello, I have two servers for testing purpose : - debian 6, apache 2.2, openssl 1.0.1t (mutu) - centos 7, apache 2.4.6, openssl 1.0.1e-fips (dedicated) Now, these 2 serveurs offers only those ciphers : TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384