Hello list!

I have problems encrypting files with the following command:
 openssl smime -encrypt -in /tmp/infile -out /tmp/testencrypted -nodetach
-binary -des3 -outform DER /tmp/mypub.cer

This command is running in several versions of openSSL successfully on
several platforms (Linux, MacOS X, Windows). Tested versions of openssl
are some of 0.9.7 and some of 0.9.8. The problem is that the same
versions, natively compiled on AIX 5.1 and 5.3 with gcc (tested 3.3 & 4.0)
fail on this platform if the file is bigger than about 50MB (32bit &
64bit). The same file is encrypted successfully on [platform listed above]
with the same tested versions. The returncode of the openssl commandline
application under AIX is zero (0), the output file has a size of zero
bytes, no output at all.
Can someone give a statement to this behaviour?

Regards,
Harald
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to