> small bug in opensssl-0.9.4:
>
> Using the 'enc' program present on the crypto/pkcs7 directory, I do:
> - take a string of 6 or less chars and save it on a file
> - apply the 'enc' prg to this file
> - apply the 'dec' prg to this file
>
> the result is an empty message.
>
> If the length of the string is >= 7, it works ok
this isn't correct statement. message shorter than 8 characters comes
out empty. you've forgotten to count the end-of-line. and it looks like
only block ciphers exhibit this behaviour. if you encrypt with rc4 it
comes out right. andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]