h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
527 stars 140 forks source link

MbedTLS sign certificate #501

Closed huitema closed 3 months ago

huitema commented 7 months ago

@kazuho the red flag in the test results comes from an appveyor issue, when running the 32 bit "debug" test:

Build started
git clone -q https://github.com/h2o/picotls.git C:\projects\picotls
fatal: unable to access 'https://github.com/h2o/picotls.git/': Failed to connect to github.com port 443: Timed out
Command exited with code 128

I have seen that on a couple occasions with Picoquic. Just restarting the test would fix it, but I think I don't have the permission to do that in the picotls depot. In any case, the 32 bit "release" test works, as well as the 64 bit "debug" test, so we are very unlikely to find an issue.

kazuho commented 3 months ago

Thank you for the PR. Merged as #517.