Files
mbedtls/ChangeLog.d
Gilles Peskine 51859aaff2 Fix fd range for select on Windows
Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with
MBEDTLS_ERR_NET_POLL_FAILED on Windows: they were testing that the file
descriptor is in range for fd_set, but on Windows socket descriptors are not
limited to a small range. Fixes #4465.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-20 23:17:39 +02:00
..
2020-09-27 23:51:21 +03:00
2021-04-01 14:55:04 +02:00
2021-05-12 14:37:24 -04:00
2021-05-21 05:29:01 +01:00
2021-06-20 23:17:39 +02:00