tls: format FINISHED message properly for unencrypted, but sha256 signed mode
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Jan 2017 22:26:33 +0000 (23:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Jan 2017 22:26:33 +0000 (23:26 +0100)
commit9a6897a48a3bd23dacfe8f23016d2f8083c2308b
treedf019009cae6d45a9b0d1bb0497bd4a6057e430d
parent4e08a123b0f8c7d2c66583e84759b0974e791ee9
tls: format FINISHED message properly for unencrypted, but sha256 signed mode

Now it at least looks correct, but unfortunately "openssl s_server"
says my hash is wrong.

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