Compile OpenSSL FIPS for Android armv6 -
i have seen several answers how compile openssl android, , fips module android armv7 (which followed), have yet figure out how make fips module armv6 on android. if follow directions here: android, build openssl-fips-2.0 works app not run on armv6 processor.
but have yet figure out how make fips module armv6 on android
you can't when using fips validated openssl provided certificate 1747. fips validated openssl supports following 2 platforms:
- android on armv7 32 bit
- android on armv7 neon 32 bit
see openssl fips 2.0 user guide, section 3.2, known supported platforms, page 25/198.
i think need engage openssl foundation private label validation supports platform , configurations desire.
if follow directions here: android, build openssl-fips-2.0 works
related: openssl has tutorial on wiki. see fips library , android. (its large paste in instructions because of cross-compile setup).
modern android toolchains ndk builds armv7 default. might have revert earlier ndk , toolchain build armv5 default, , attempt enable armv6.
unfortunately, don't know version of ndk might be. begin looking between r4 , r6:
Comments
Post a Comment