{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1743185428,"commit_time":1743248134,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"8adee8824cba23b7f3738b551a84101009f8a8d1","message":"test313: disable CRL test for Schannel due to lack of support and flakiness\n\nThe source code and documentation says that CRL is not supported by\ncurl's Schannel TLS backend.\n\nIt's also frequently flaky in CI with both MinGW and MSVC jobs, e.g.:\nhttps://github.com/curl/curl/actions/runs/14134841988/job/39603994164 (Schannel)\nhttps://github.com/curl/curl/actions/runs/14134841988/job/39606336445 (Schannel)\nhttps://github.com/curl/curl/actions/runs/13981383629/job/39147183706 (LibreSSL)\n\n```\ncurl returned 35, when expecting 60\n```\n\nThis test was passing with Schannel because it misses the `--insecure`\noption and thus always returns 60, regardless of passing `--crlfile` or\nnot:\n```\ncurl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN\nMore details here: https://curl.se/docs/sslcerts.html\n\ncurl failed to verify the legitimacy of the server and therefore could not\nestablish a secure connection to it. To learn more about this situation and\nhow to fix it, please visit the webpage mentioned above.\n```\n\nCloses #16862\n","parents":["25eb2dbfbf945c763dbb000efee829dc9e5e2866"],"tree_hash":"724a72ff0ea92d4ca45832b8f434ec2d814749ed"}