tls: make our send_client_finished() pass server check
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jan 2017 15:53:36 +0000 (16:53 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jan 2017 15:53:36 +0000 (16:53 +0100)
commite2cb3b990f9c832d69691f2a869df8c9ac73d46a
tree1c4a312a9a21544a5a73976bfe1ad5eb8f95ccf1
parent9a6897a48a3bd23dacfe8f23016d2f8083c2308b
tls: make our send_client_finished() pass server check

sha256 hash should be calculated over incoming handshake packets too!

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tls.c