Very recently MSYS2 (Windows ucrt & mingw builds) upgraded their OpenSSL package from OpenSSL 3.1.4 to 3.2.0. As we've seen, there are issues with a net-http test failing, which is setting `http.ssl_timeout` to -1. A commit in OpenSSL (https://github.com/openssl/openssl/commit/f0131dc04a39afcb1629f5bec2814ef3a4925bbf) updates `SSL_CTX_set_timeout` in `ssl/ssl_sess.c`, and the commit only affects 3.2.0. Some of the code seems to imply `uint64_t` for timeout values. Another day where I'm AFK on and off...