Skip to content
  • SSL Client/Server Handshake

    Unsolved General and Desktop client server - client ssl handshake
    4
    0 Votes
    4 Posts
    6k Views
    VRoninV
    The handshake is the process that establishes the secure connection, in Qt QSslSocket::connectToHostEncrypted and QSslSocket::startServerEncryption take care of the handshake. The "Hello Word" sent across is just normal TCP communication that could be done even without encryption (i.e. using QTcpSocket)