Hi,
I am using openssl-0.9.6h on Linux
I put a extra followingline at line 79 of file crypto/des/ncbc_enc.c
file:
printf("length=%ld\n", length);
just to check how the size of data come in.
I tried on a file with 14392 bytes.
for encrypt, the size coming are:
4096, 4096, 4096, 2104, 8
but for decrypt, the size coming are:
4088, 8, 4088, 8, 4088, 8, 2104, 8
why it is so big different?
thanks & regards,
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]