[Cryptodev-linux-devel] Break down of https with cryptodev loaded

2014-06-23 Thread Joel Fernandes
Hi, I'm not able to even download a file from https with cryptodev loaded. I'm using OpenSSL 1.0.1g with cryptodev-linux v1.6 loaded, when I run the following: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb --secure-protocol=TLSv1 --no-check-certificate I see someth

[Cryptodev-linux-devel] [PATCH] fix dst_len for TLS mode with aead ciphers

2014-06-23 Thread Cristian Stoica
- destination length is rounded to multiple of blockcipher length before encryption Signed-off-by: Cristian Stoica --- authenc.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/authenc.c b/authenc.c index a183820..774239a 100644 --- a/authenc.c +++ b/authenc.c @@