On Tue, 7 Nov 2023, Priyanka Chauhan4 via curl-library wrote:

Now we are planning to make our application FIPS complaint. Libcurl uses MD5 which is not FIPS complaint Is there any document that I can refer and make libcurl FIPS complaint with openssl 30 or any release planned to handle FIPS compliance in libcurl.

If OpenSSL does not provide md5, curl will use its own md5 implementation for the functionality that requires md5.

If you build curl without NTLM, SSPI or digest auth then it won't need or use md5 at all.

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to