Re: changed behavior of CURLOPT_SSL_VERIFYPEER + CURLOPT_CAINFO_BLOB (libcurl 7.87.0)

2023-01-29 Thread Daniel Stenberg via curl-library
On Fri, 27 Jan 2023, Ray Satiro via curl-library wrote: Since CURLOPT_CAINFO_BLOB is documented as "one or more certificates" [1] I don't think this is a bug however I've opened an issue [2] for further discussion. [2]: https://github.com/curl/curl/issues/10351 I've proposed a very small

Re: changed behavior of CURLOPT_SSL_VERIFYPEER + CURLOPT_CAINFO_BLOB (libcurl 7.87.0)

2023-01-27 Thread Ray Satiro via curl-library
On 1/27/2023 4:13 AM, Paul Groke via curl-library wrote: we noticed a change in behavior wrt. CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO_BLOB with libcurl 7.87.0. Our application always sets CURLOPT_CAINFO_BLOB to a non-null value, because we never want to use any built-in default/system

Re: changed behavior of CURLOPT_SSL_VERIFYPEER + CURLOPT_CAINFO_BLOB (libcurl 7.87.0)

2023-01-27 Thread Stefan Eissing via curl-library
Hi Paul, I may have accidentally killed that while refactoring the TLS backend IO handling. Sorry about that. I think we need a test case for that edge case. Kind Regards, Stefan > Am 27.01.2023 um 10:13 schrieb Paul Groke via curl-library > : > > Hi, > > we noticed a change in behavior