tls: process CHANGE_CIPHER_SPEC and FINISHED from server
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jan 2017 16:24:11 +0000 (17:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jan 2017 16:24:11 +0000 (17:24 +0100)
commite69d78c0385525a8e77002bebf47c4dcceaee1f4
treeabe246799ad443a981cba9faa427f52feb69b085
parentfe0588df3b12a084cd01118e1c06767a815a9998
tls: process CHANGE_CIPHER_SPEC and FINISHED from server

Successfully finishes handshake with test servers using NULL-SHA256
cipher.

The "only" thing remaining before there is a chance
this can actually work with real servers is AES encrypt/decrypt.

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