
19 Jul
2011
19 Jul
'11
9:26 a.m.
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