commit | 26811cc9f55acf835f7fdadc5ff2bbd6f06bc3ac | [log] [tgz] |
---|---|---|
author | Davide Caratti <dcaratti@redhat.com> | Fri Aug 30 12:25:49 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 31 23:44:28 2019 -0700 |
tree | 852f49de4153d6687c91600d98d559a22c5812a3 | |
parent | 61723b393292f1e4ea27f8d123384d50b176c29d [diff] |
net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag When an application configures kernel TLS on top of a TCP socket, it's now possible for inet_diag_handler() to collect information regarding the protocol version, the cipher type and TX / RX configuration, in case INET_DIAG_INFO is requested. Signed-off-by: Davide Caratti <dcaratti@redhat.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>