Questions on block size for ncbc_enc.c

2002-12-12 Thread Ng Siak Hooi
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

Re: Questions on block size for ncbc_enc.c

2002-12-12 Thread Richard Levitte - VMS Whacker
In message 014e01c2a1b6$7864b1a0$0591cf0a@shng on Thu, 12 Dec 2002 16:14:03 +0800, Ng Siak Hooi [EMAIL PROTECTED] said: shng Hi, shng I am using openssl-0.9.6h on Linux shng I put a extra followingline at line 79 of file crypto/des/ncbc_enc.c shng file: shng printf(length=%ld\n, length);