Hi,
I need to parse TDS packages that contain SSL as their payload.
For example the TDS package type 0x12 (PreLogin) will have the SSL handshake as its payload.
Can I extract this payload and somehow tell Boost::Asio to use this data for an SSL handshake (async_handshake)?
Andi