I'm using the libcrypo.a and libssl.a static libraries in a JNI shared
library (*.so).


runtime  log prints:

OPENSSL_VERSION_TEXT
OpenSSL 1.0.1h-fips 5 Jun 2014

SSLeay_version(SSLEAY_CFLAGS)
arm-linux-androideabi-gcc
--sysroot=/Users/orbarak/android-ndk-r9d/platforms/android-14/arch-arm
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack
-march=armv7-a -mandroid
-I/Users/orbarak/android-ndk-r9d/platforms//arch-arm/usr/include
-B/Users/orbarak/android-ndk-r9d/platforms//arch-arm/usr/lib -O3
-fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-I/usr/local/ssl/android-14/fips-2.0//include -DSHA1_ASM -DSHA256_ASM
-DSHA512_ASM -DAES_ASM -DGHASH_ASM

SSLeay_version(SSLEAY_PLATFORM)
SSLeay platform: android-armv7


Sources used:
FIPS: openssl-fips-2.0.3-pl2 (purchased by the company i work in)
OpenSSL: openssl-1.0.1h (from the web)


Compiled on: MacOSX 10.9


I was wondering what might cause this error and what further
investigation/steps i need to take in order to resolve this issue.


thanks,
Or Barak

Reply via email to