Jay Satiro
Jay Satiro
It's supposed to contain the "end certificate" and we already rely on that elsewhere as the server certificate. See [Curl_verify_certificate](https://github.com/curl/curl/blob/curl-7_87_0/lib/vtls/schannel_verify.c#L566) in schannel_verify and I recently proposed a PR #10056 which...
Though Windows may not guarantee a specific order it sounds like in practice it will order one of two ways, ascending and descending.
Thanks I have tried the new version and can confirm it works here. I notice a few things though that are different from the previous versions I was using, I...
Another thing I'm noticing is if I have more than one row of tabs in a pane and I compare something it hides all the other rows, but clear all...
@pnedev and @Yaron10 thanks for the info. > Try again to reproduce the issue and when you are seeing the graphics artifact just minimize and restore the N++ window again...
This appears to be a copy of @captain-caveman2k's proposal commit so he should be in the author field on this commit. This proposal was one of the times none of...
Though this may not be a curl bug it would still be nice to know what causes it if you are able to [bisect](https://github.com/curl/curl/wiki/how-to-git-bisect) it.
The test could be modified to use imaps could it not?
Thanks, I see that you did attempt that. It looks like runtests currently does not support imaps for server type. I will look into this. I would like to restore...
> It looks like runtests currently does not support imaps for server type. I will look into this. I would like to restore the proposed test if it's feasible. @monnerat...