Files
esp-idf/components
David Cermak 4375f888fa esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE
wolfSSL error codes are mostly positive numbers, but esp-tls potentially
non-block API (read/write) returns ssize_t, i.e. bytes read/written if
>0, errorcode otherwise. To comply with this API we have to conditionate
the wolfssl return codes to negative numbers, preferably the same codes
as mbedTLS codes.
2021-02-16 09:01:35 +01:00
..
2021-01-18 15:31:03 +08:00
2021-01-12 14:05:08 +08:00
2021-02-09 12:04:02 +08:00
2021-02-09 12:04:02 +08:00
2021-01-06 17:21:53 +05:30
2020-12-25 15:46:36 +08:00
2021-01-12 14:05:08 +08:00