Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Ken Chow
for compiling your execute program any more, and it worked for me, whatever under linux(gcc) or android(NDK). <http://about.me/kenchowcn> Ken Chow about.me/kenchowcn [image: Ken Chow on about.me] <http://about.me/kenchowcn> 2016-06-27 16:37 GMT+08:00 Sahil Gandhi <sahilgandh...@gmail.co

Re: [openssl-users] Execute failed when I tried to enable fips_mode.

2016-04-09 Thread Ken Chow
It's working now, and I pushed the installation makefile and test program on https://github.com/kenchowcn/build-openssl-for-FIPS , although the UserGuide2.0 is great, I still hope that can help. Thank you so much Steve. <http://about.me/kenchowcn> Ken Chow about.me/kenchowcn [image: Ke

[openssl-users] Execute failed when I tried to enable fips_mode.

2016-04-08 Thread Ken Chow
; \ ./config fips shared --openssldir=$$PWD/../ssl --with-fipsdir=$$PWD/../ssl/fips2.0 && \ make depend && \ make && \ make install_sw &&\ touch .built clean: rm -rf openssl-fips-2.0.12 openssl-1.0.2g ssl so, how should I enable openssl fips mode? thank you for you he