snowflakedb/libsnowflakeclient

Implement OCSP Validation

Closed this issue · 2 comments

In order to be super secure, the C API needs to support OCSP validation.

Look into ODBC curl source code that already have OCSP patch. Basically all you have to do is copy sf_ocsp.{h,c} and update relevant sources. The curl version for both ODBC and libsnowflakeclient are the same.

Fixed in #96