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
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
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
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