ccwwl Wu
2018-11-05 10:56:03 UTC
In my application, I use libcurl for https, and directly using openssl for
md5. So when I call curl_global_cleanup, this function will call
EVP_cleanup which will clean all ssl environment, then md5 algorithm will
be disabled. So what's the best practice for libcurl + openssl? The version
of my libcurl is 7.60.
md5. So when I call curl_global_cleanup, this function will call
EVP_cleanup which will clean all ssl environment, then md5 algorithm will
be disabled. So what's the best practice for libcurl + openssl? The version
of my libcurl is 7.60.