CUSTOMREQUEST + FOLLOWLOCATION

2019-07-31 Thread Daniel Stenberg via curl-library
Hey team, I have PR #3803 [1] queued up that I'm looking for some thumbs up or down on. The problem it addresses: A user sets CUSTOMREQUEST to a string and enables FOLLOWLOCATION. When libcurl follows a redirect, it will use the CUSTOMREQUEST even in the susequent followed-to URL which in

Re: libcurl in fips mode

2019-07-31 Thread Alibek Jorajev via curl-library
some extra tips. you need essentially need 3 things for FIPS: 1. build FIPS capable OpenSSL2. do correct linking (you need to run special script, which will inject FIPS fingerprint - all described in the FIPS user guide)3. call FIPS_mode_set() in your applicаtion (not in Curl! ) if you miss

Re: libcurl in fips mode

2019-07-31 Thread Daniel Stenberg via curl-library
On Tue, 30 Jul 2019, Dipak B via curl-library wrote: Can you please help me with the following question? How do I use libcurl in FIPS mode? libcurl has no special provisions for FIPS. If any source code changes or function invokes are necessary, you need to make them. OpenSSL FIPS support

Procedure to use libcurl without CURL_GLOBAL_SSL

2019-07-31 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

RE: libcurl in fips mode

2019-07-31 Thread Max Dymond via curl-library
> > Can you please help me with the following question? > > > > How do I use libcurl in FIPS mode? > libcurl has no special provisions for FIPS. If any source code changes or > function invokes are necessary, you need to make them. > OpenSSL FIPS support seems to only exist in the outdated

Re: Procedure to use libcurl without CURL_GLOBAL_SSL

2019-07-31 Thread Daniel Stenberg via curl-library
On Wed, 31 Jul 2019, Dipak B via curl-library wrote: - What are the steps to initialise libcurl without CURL_GLOBAL_SSL? Could not find answer to this after spending time on this. Since 7.57.0, CURL_GLOBAL_SSL has no meaning for libcurl. And before that, it wasn't clearly documented what it

Re:

2019-07-31 Thread Rainer Canavan via curl-library
On Tue, Jul 30, 2019 at 8:30 PM Lincoln via curl-library wrote: > > Hi! > > I am trying to compile Curl 7.63.3 on Solaris 10 Sparc and I am getting those > errors. Note I do not have root and so I have to compile and install in area > that I have access. Can someone tell me why this issue