On Tue, 19 Mar 2019, Swamy J-S via curl-library wrote:

As openssl 1.0.2 support will end this year, I want to upgrade my openssl to 1.1.1 branch.

Right now my code uses curl library with libcurl4 and gnuTLS as SSL backend. Am using many curl options such as CURLOPT_SSL_VERIFYPEER , CURLOPT_SSL_VERIFYHOST, CURLOPT_SSL_CTX_FUNCTION, CURLOPT_SSL_CTX_DATA etc.

If I upgrade openssl to 1.1.1 then all these curl options will be working fine? Or should I upgrade curl and other things also?? If you have any document or release notes regarding this the please let me know.

These options still work exactly the same from a curl perspective. OpenSSL however changed a bit from 1.0.2 to 1.1.1 so there's a risk that you can't use the handle passed to CURLOPT_SSL_CTX_FUNCTION in the exact same way as before.

--

 / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to