tls: teach it to decrypt AES256-encrypted data
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jan 2017 23:20:45 +0000 (00:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jan 2017 23:20:45 +0000 (00:20 +0100)
commitcccf8e735da9eb62f1de021534ca50255d82e931
tree8a2f9965d8000e507056ebb934686fb8f4161f14
parenta9e186680668056e2c35ce5a99769a7ff0df44cd
tls: teach it to decrypt AES256-encrypted data

This adds decryption only.
There is no MAC verification, code simply throws away MAC.

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