Re: [openssl-users] SSL_CTX_set_msg_callback does not invoke for received change_cipher_spec

2017-08-15 Thread Benjamin Kaduk via openssl-users
On 08/14/2017 11:30 PM, Vakul Garg wrote: > > Hi > > > > I am using openssl s_server and s_client with ‘-msg’ option to track > tls1.2 records being exchanged. > > I notice that while transmitted change_cipher_spec record gets printed. > > But the reception of change_cipher_spec record is not

[openssl-users] SSL_CTX_set_msg_callback does not invoke for received change_cipher_spec

2017-08-15 Thread Vakul Garg
Hi I am using openssl s_server and s_client with '-msg' option to track tls1.2 records being exchanged. I notice that while transmitted change_cipher_spec record gets printed. But the reception of change_cipher_spec record is not reported. For the received change_cipher_spec record, the