Per https://github.com/curl/curl/issues/8004, there is a test case in curl failing because an invalid certificate returns the wrong error. That's because, in the upgrade to rustls 0.20, we didn't add InvalidCertificateData to the list of is_cert_error results.
Per https://github.com/curl/curl/issues/8004, there is a test case in curl failing because an invalid certificate returns the wrong error. That's because, in the upgrade to rustls 0.20, we didn't add InvalidCertificateData to the list of is_cert_error results.