commit | 6d88207fcfddc002afe3e2e4a455e5201089d5d9 | [log] [tgz] |
---|---|---|
author | Ilya Lesokhin <ilyal@mellanox.com> | Mon Nov 13 10:22:45 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 14 16:26:34 2017 +0900 |
tree | 0dc92897c5bb2e06890eeae311feacbd3293a468 | |
parent | 61ef6da622aa7b66bf92991bd272490eea6c712e [diff] |
tls: Add function to update the TLS socket configuration The tx configuration is now stored in ctx->tx_conf. And sk->sk_prot is updated trough a function This will simplify things when we add rx and support for different possible tx and rx cross configurations. Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>