Re: Adding flags to SChannel cred

2021-02-28 Thread Ray Satiro via curl-library
On 2/28/2021 4:14 PM, Morten Minde Neergaard via curl-library wrote: At 17:11, Sat 2021-02-27, Ray Satiro via curl-library wrote: On 2/26/2021 2:56 PM, Morten Minde Neergaard via curl-library wrote: [...] The first thing that came to mind would be to add an option CURLOPT_SSL_BACKEND_FLAGS whe

Re: Adding flags to SChannel cred

2021-02-28 Thread Morten Minde Neergaard via curl-library
At 17:11, Sat 2021-02-27, Ray Satiro via curl-library wrote: > On 2/26/2021 2:56 PM, Morten Minde Neergaard via curl-library wrote: [...] > > The first thing that came to mind would be to add an option > > CURLOPT_SSL_BACKEND_FLAGS where each backend could use these flags as > > desired. The implem

Re: Adding flags to SChannel cred

2021-02-27 Thread Ray Satiro via curl-library
On 2/26/2021 2:56 PM, Morten Minde Neergaard via curl-library wrote: I'm using libcurl in a project I'm doing, and I'd like to specify some extra flags to the SCHANNEL_CRED struct to enhance security and remove potential error sources: SCH_USE_STRONG_CRYPTO: Disables some older cipher suites.

Adding flags to SChannel cred

2021-02-26 Thread Morten Minde Neergaard via curl-library
Hi, I'm using libcurl in a project I'm doing, and I'd like to specify some extra flags to the SCHANNEL_CRED struct to enhance security and remove potential error sources: SCH_USE_STRONG_CRYPTO: Disables some older cipher suites. SCH_CRED_NO_DEFAULT_CREDS Found a TODO about this flag at https:/