Re: [PATCH] tls: export decrypt_skb

2019-03-04 Thread David Miller
From: Pedro Tammela Date: Mon, 4 Mar 2019 18:35:02 -0300 > Export decrypt_skb() to other kernel modules. > This is useful for other ulps that are on top of TLS and need to > have access to the skb's plain data. > > Signed-off-by: Pedro Tammela Not applying this until there is an in-tree user.

[PATCH] tls: export decrypt_skb

2019-03-04 Thread Pedro Tammela
Export decrypt_skb() to other kernel modules. This is useful for other ulps that are on top of TLS and need to have access to the skb's plain data. Signed-off-by: Pedro Tammela --- net/tls/tls_sw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tls/tls_sw.c b/net/tls/tls_sw.c index bf5b