You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
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.
Posts found: 1
Generated in 0.017 seconds (96% PHP - 4% DB) with 5 queries