Hi, How about the compatibility between different OpenSSL releases? Is it safe if we compile with openssl 0.9.8 library, then run our application with 1.0.0/1.0.1(by renaming the file name if needed) ?
I have this question for two reasons, - we don't want to recompile our program - want to use latest openssl library(dynamic linked) I've learned some information that, libcrypto library in openssl is more stable(API compatible) than libssl. Currently we mainly use libcrypto library. If there is compatibility issue, then it seems we have to recompile our application with latest openssl library. Please suggest if you have any other or better solutions. Thanks and Best Regards, Xmly