mbedTLS handshake issue #1536
Answered
by
cpq
pmeskoni
asked this question in
Ask questions, get answers
mbedTLS handshake issue
#1536
-
When using MbedTLS, the handshake failed with a -76 error or sometimes a -75 error during the callbacks to mg_net_send() and mg_net_recv(). I believe this is because the logic to determine if Mongoose "should block" is not right. in Mongoose 7.6 tls_mbed.c:
We changed to this:
Has anyone else seen this issue? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
cpq
May 1, 2022
Replies: 1 comment
-
@pmeskoni could you check against the latest HEAD please? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pmeskoni could you check against the latest HEAD please?