a TLS handshake consists of a series of steps:
- Client Hello
- Server Hello
- Certificate
- Server Key Exchange
- Server Hello Done These steps you can check by creating a WireShark trace.
I need to check some info from the server contained in the "Server Key Exchange" message. Does OpenSSL 1.0.2 has a callback which allows me to inspect the data in the "Server Key Exchange" message?
BR, Rene