1

(1 replies, posted in wolfSSL)

We have a client and server TCP applications to perform TLS communication using WolfSSL APIs.
After we called wolfSSL_Debugging_ON() function, in console, wolfSSL is printing debug messages.
But we need the detail one level down like each message what bytestream is transmitted and received.

Eg. Handshake message is represented by 0x16 in TLS, likewise Alert protocol is 0x15 and ChangeCipherSpec is 0x14.
We want to see these details(byte streams in console)

Please help us in printing these information.