https://bugs.openldap.org/show_bug.cgi?id=10014
--- Comment #13 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Johan from comment #12)
Hi Ondřej, you're right I completely missed the loop through session_upflags to manage the non blocking I/O. Just removing the loop and directly returning
mbedtls_ssl_handshake( &(s->ssl_ctx) )
in tlsmt_session_accept shall work.
I'll do a MR by the end of week
Hi Johan,
Any luck on getting this MR put together? It's almost been a year.