RE: openssl FIPS on linux

2010-08-29 Thread kevin747
Hi Thomas, Thank you very much. I followed the guide and this issue has been solved. -- View this message in context: http://old.nabble.com/openssl-FIPS-on-linux-tp29477756p29553503.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com.

openssl FIPS on linux

2010-08-19 Thread kevin747
Hi all, I want to use FIPS mode under linux. With openssl-0.9.8o, I typed "./config fipscanisterbuild" and then typed "make". The compile successful. Then I did a test about fips, below is my test code (main.cpp): #include #include #include int main(int argc, char *argv[]) { OpenSSL_add_al