Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TDS-specific SSL handshake handling (#3261)
This commit adds the TdsSSLHandshake function to handle SSL handshakes specifically for TDS connections. The ProtocolExtensionConfig structure has been updated with a new fn_ssl_handshake function pointer, allowing protocol-specific SSL handling. This change ensures that TDS connections bypass the standard SSL handshake by returning STATUS_OK without invoking ProcessSSLStartup. Task: BABEL-5342 Signed-off-by: Roshan Kanwar <[email protected]>
- Loading branch information