On 12 Mar 2014, at 4:44 AM, banupriya wrote: > Hi All, > > I would like to know how different is openssl-devel from openssl098 version. > > Thanks in Advance, > Banupriya K
There is a detailed changelog here: http://www.openssl.org/news/changelog.html In terms of API, they are not much different; code written with 0.9.8 in mind will usually compile correctly with 1.0.1. They are not binary-compatible, though (you must recompile, not just re-link). The newer versions have additional ciphersuites and features but they make an effort to maintain source compatibility. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org