Jay Satiro
Jay Satiro
I did get apache auth digest working but I moved on to other issues . I've been busy but I will try to look at it again soon.
Yes, I think the OP called it correctly. We are passing an incomplete UTF-8 encoding to MultiByteToWideChar more than one time (up to 4 times since there are up to...
I think it's possible. I was focused on other bugs but I will take a look at it tomorrow.
I've been busy and haven't had a chance to work on it. curl outputs UTF-16 to the console, it is the conversion UTF-8 => UTF-16 which is failing in this...
[--http2-prior-knowledge](https://curl.se/docs/manpage.html#--http2-prior-knowledge) : _Tells curl to issue its **non-TLS** HTTP requests using HTTP/2 without HTTP/1.1 Upgrade. It requires prior knowledge that the server supports HTTP/2 straight away. **HTTPS requests will still...
Original mingw CI failed so I've added some fixes, also moved the functions back to their original location opting instead to change the position of the HAS_MANUAL_VERIFY_API guards so that...
Done. What's odd is that there are other typedef structs in the header, possibly an issue with checksrc parsing? I will take a look again at this tomorrow so if...
This was held up by #9706. I can't find anything in the doc to support his claim that [SECPKG_ATTR_REMOTE_CERT_CONTEXT](https://learn.microsoft.com/en-us/windows/win32/secauthn/querycontextattributes--schannel#SECPKG_ATTR_REMOTE_CERT_CONTEXT) is not the server certificate although it does not say explicitly...
I've reviewed https://github.com/curl/curl/issues/9706#issuecomment-1370403119 and I do not see anything in the MS documentation that indicates the entire certificate store (the certificate chain) associated with the server cert context (ie the...