The 3.1.1 release contains only minor bug fixes:
- Patches by Rodrigo Arias Mallo:
- Disable TLSv1.3 in Mbed TLS 3.6.0 until it is supported (fixes build on Alpine Linux).
- Add workaround for Cygwin and OpenSSL with
--disable-threaded-dns
. - Fix distcheck when HTML tests are enabled.
- Fix an OpenSSL bug when the server closes the connection prematurely
and
SSL_get_error()
returnsSSL_ERROR_ZERO_RETURN
.
- Patches by Matt Jolly:
- Add HTML tests to the distributed tarball.
- Patches by dogma:
- Gracefully handle warnings from PNG images.