Re: [Cryptodev-linux-devel] [PATCH] add support for TLS algorithms offload

2013-12-13 Thread Nikos Mavrogiannopoulos
On Thu, 2013-12-12 at 18:10 +0200, Horia Geanta wrote: > From: Cristian Stoica > > Requires TLS patches on cryptodev and TLS algorithm support in Linux > kernel driver. Hello Horia, This patch shouldn't be added before cryptodev-linux adds some protection against the Lucky13 type of attacks (th

[Cryptodev-linux-devel] [PATCH] add support for TLS algorithms offload

2013-12-12 Thread Horia Geanta
From: Cristian Stoica Requires TLS patches on cryptodev and TLS algorithm support in Linux kernel driver. Signed-off-by: Cristian Stoica --- crypto/engine/eng_cryptodev.c | 204 +++--- 1 file changed, 193 insertions(+), 11 deletions(-) diff --git a/crypto/e