You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deferred certificate validation is used with Schannel, it provides both a set of flags of all certificate validation issues encountered, and an error code for the most severe of those. OpenSSL certificate validation doesn't provide this on Linux or macOS, but on Windows, when CAPI is used to do certificate validation, these flags could be exposed to the application layer.