Hello!  

        I use latest OpenSSL 0.9.6

        I encrypt a stream on an Intel machine with a specified 64bit
initvector using BF_cfb64_encrypt
        like this: 0123456789ABCDEF  (hex stream)


On an UltraSparc i wanted to decrypt the the encrypted stream, but the
stream was messed...
When i tried the decryption with a modified initvector (because of the
endianness)
        67452301EFCDAB89

another stream comes out, but also not the one what i originally encrypted
on Intel.

Whats wrong? Did a make the correct modifications to avoid endian-problems?
Or maybe a bug?
How can i fix my code?

Thanks in advance,
lorenzo

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to