V
V
vasiatka2020-02-12 13:49:17
OpenSSL
vasiatka, 2020-02-12 13:49:17

How to display received information in openssl?

There is a need to output all data received and sent by openssl.
I run Openssl locally under ubuntu, to debug my program, I need to see what openssl received and sent.
Is it possible to download openssl with the output of information received and transmitted?
If you need to install a patch, then help with finding it. I didn't find it myself.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
arto, 2020-02-21
@artopp

the question is somewhat incomprehensible - is your application linked with openssl libraries? do you need to watch the ssl handshake or the data in the lifted session?
traffic can be viewed through wireshark, if you need to watch inside the session, then SSL_set_msg_callback/SSL_set_msg_callback_arg and SSL_set_tlsext_debug_callback/SSL_set_tlsext_debug_arg.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question