mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() 1) The original wrapper logic for accounting for partial sends on mbedtls is broken... adapt it 2) mbedtls has an additional restriction you MUST come back to retry with EXACTLY the unsent part that you originally asked for, or it loses coherency in the TLS tunnel. 3) the wrapper is inconsistent between read WANT state dynamically reported from mbedtls apis and the SSL_want() api results. Check both on read. |
||
---|---|---|
.. | ||
ssl_cert.c | ||
ssl_lib.c | ||
ssl_methods.c | ||
ssl_pkey.c | ||
ssl_stack.c | ||
ssl_x509.c |