Help - Building OpenSSL FIPS for 64 bit Android

2020-08-10 Thread Rakesh Parihar
Hi All, I am seeking help on generating FIPS compliance OpenSSL libs for Android Native Application. I am trying to build openssl-1.0.2t with the FIPS module openssl-fips-2.0.16 to support 64-bit android devices, I have tried following the steps on the Openssl wiki

Re: help - building OpenSSL fips for 64 bit Android

2019-07-22 Thread Salz, Rich via openssl-users
>that the setenv-android.sh script doesn't account for 64 bit architectures. Correct. The current FIPS module has not been modified for quite some time, and your platform is not supported. If you cannot follow the steps *exactly* you cannot claim FIPS validation. The OpenSSL project is

Re: help - building OpenSSL fips for 64 bit Android

2019-07-22 Thread chrisfahlin
Forgot to mention I am trying to cross compile on a MacBook Pro (15-inch, 2017) running MacOS 10.14.5 -- Sent from: http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html

help - building OpenSSL fips for 64 bit Android

2019-07-22 Thread chrisfahlin
I am trying to build openssl-1.0.2s with the fips module openssl-fips-ecp-2.0.16 to support 64 bit android devices, I have tried following the steps on the wiki and noticed that the setenv-android.sh script doesn't account for 64 bit