Is code change necessary to run libcurl as FIPS in under following conditions?

2019-08-10 Thread Dipak B via curl-library
Hi, I am able to run an application using libcurl in FIPS mode with following configuration Help requested Need opinion from seniors who know libcurl codebase if following is good from conceptual perspective with respect to libcurl. a) Built static libcurl using 'FIPS capable OpenSSL'. These Ope

Re: libcurl in fips mode

2019-08-07 Thread Dipak B via curl-library
CipherSuites selected by the FIPS capable OpenSSL and thus is FIPS compliant.? Q2) Or are changes to libcurl source code an absolute must to run it in FIPS compliant mode. Regards. On Wed 31 Jul, 2019, 1:30 PM Daniel Stenberg, wrote: > On Tue, 30 Jul 2019, Dipak B via curl-library wr

Procedure to use libcurl without CURL_GLOBAL_SSL

2019-07-30 Thread Dipak B via curl-library
Hi, Can you please share any inputs on the following? - What are the steps to initialise libcurl without CURL_GLOBAL_SSL? Could not find answer to this after spending time on this. -The documentation states that when CURL_GLOBAL_SSL is not used then initialisation of SSL layer needs to be done b

libcurl in fips mode

2019-07-30 Thread Dipak B via curl-library
Hi, Can you please help me with the following question? How do I use libcurl in FIPS mode? I want to use only the 'easy' interface with OpenSSL. Following research is done / in progress a. Could not find curlopt_xxx for FIPS mode. Apology if this is not needed. b. Checking if VTLS interface c