Re: Expanding Certificate Revocation Check Capabilities in cURL using OCSP

2021-03-15 Thread Qi Di via curl-library
Thanks for your reply. I will try to work on this, many thanks. - Diven On Mon, Mar 15, 2021 at 10:53 PM Daniel Stenberg wrote: > On Mon, 15 Mar 2021, Qi Di via curl-library wrote: > > > Is libcurl support "custom OCSP response fetch/extract/parse > capabilities" > > now ? We do have some se

Re: Expanding Certificate Revocation Check Capabilities in cURL using OCSP

2021-03-15 Thread Daniel Stenberg via curl-library
On Mon, 15 Mar 2021, Qi Di via curl-library wrote: Is libcurl support "custom OCSP response fetch/extract/parse capabilities" now ? We do have some service which could enable OCSP stapling. OCSP and "OCSP stapling" support are not really the same thing, so this question comes out a little o

Expanding Certificate Revocation Check Capabilities in cURL using OCSP

2021-03-15 Thread Qi Di via curl-library
Dear all I have the same question like https://curl.se/mail/lib-2019-10/0103.html "We rely on OCSP as our main revocation check protocol and since cURL is shipped with only parsing stapled OCSP responses, we have written our own custom OCSP response fetch/extract/parse capabilities. The existing

Expanding Certificate Revocation Check Capabilities in cURL using OCSP

2019-10-30 Thread Harsh Chaturvedi via curl-library
Hello All, Some context - cURL is the main communication library used in Snowflake's ODBC driver. We rely on OCSP as our main revocation check protocol and since cURL is shipped with only parsing stapled OCSP responses, we have written our own custom OCSP response fetch/extract/parse capabilities.