Topic: How to Check the TLS state in wolfssl library
How do I get the TLS handshake status using wolfssl?
I couldn't find TLS handshake state in wolfssl library example.
(such as
case client_Hello:
case server_hello:
case certificate:
....
)
could you answer me how to check the tls state?
regards