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
- 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
@@