Assuming that "finish" you meant is Handshake Finished messages of SSL/TLS
protocol, I assure you, you can see them with openssl too.
Implementations can't (won't deliberately) change the protocol.
Run s_server and s_client of openssl with -msg -debug -state options to see
the handshake messages
hi all,
I did a little comparison between microsoft's handshake process to openssl
one.
At the end of Msft handshake process i can see a finish, which i dont see
when using openssl .
Can i have that finish msg using openssl too?
Thanks
Idan
Idan Freiberg