sectransp: support CURLINFO_CERTINFO#7372
Conversation
There was a problem hiding this comment.
This won't make it into 7.78.0, so it should sat 7.79.0. That being said, I think we need a more structured way to document the version availability than free text like this - that's not the responsibility of this patch but it's worth to start thinking about.
There was a problem hiding this comment.
Yes, this is unrelated. It fixes the warning unused local variable buffer when I compile with cmake option -DCURL_DISABLE_VERBOSE_STRINGS=ON. I can remove this change it from this PR.
|
Yes, this is unrelated. It fixes the warning unused local variable buffer when I compile with cmake option -DCURL_DISABLE_VERBOSE_STRINGS=ON. I can remove this change it from this PR.
Please do, and file it as its own PR. That smells like a bug that we should fix in 7.78 already.
|
See #7377. Updated the supported version. |
|
Can you please rebase this (and fix the merge conflicts) and force-push? |
|
The sectransp CI build failed: |
|
It seems I've broken the code while fixing the merge conflicts. |
|
Thanks! |
I need it for verifying certificate chains with root certificates missing in system storages.
Fixes #4130
Also fixed compiler warning: unused buffer, when the option CURL_DISABLE_VERBOSE_STRINGS is ON.