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 <https://wiki.openssl.org/index.php/FIPS_Library_and_Android> and didn't found any specific verson dependency for 64bit support for android with FIPS.
I also tried using a script <https://github.com/ColdDragon/android-build-openssl-fips> found on GitHub that combines the building of the FIPS module and Openssl, I seem to be having issues with this as well. I have tried with many Openssl and FIPS versions
to build for 64bit but not luck.
Any
pointers regarding the 64bit supported version of Openssl and FIPS module for Andorid and any help in building a FIPS compliant Openssl would be appreciated.
|