I have a possible similar problem with checksums in MIC inside AS2. I did Marek's test just inside Kate editor saving in utf8, with and without the last newline. The one without gives the right code beginning with 8aa... AND yes with openssl, so there is no bug in it.
My problem is with this file http://www.nabble.com/file/p17917667/mictest.txt mictest.txt I get sha1 checksum IpWFspJ2hKwfja5CkOPnDW2ctT8= this is: openssl sha1 -binary mictest.txt|openssl enc -a (base64 of binary checksum) But WebSphere claims it to be Uiaz1kOChhlSb/f3SJsmJ/O/8SI= The attached file is just what comes out after decrypting the received message. It contains a binary signature, so in this case there should not be any problem with newlines because that is what just comes out of the decryption. The edi object in XML in first part of multipart contains UTF chars. Any suggestion? Thanks Javier Marek.Marcola wrote: > > For example after saving your example to /tmp/zz.txt I get: > > $ openssl md5 < /tmp/zz.txt > 611af9d8272a34478514927b922f53b6 > > after reading this line to ZZ variable: > > $ ZZ=`cat /tmp/zz.txt` > $ echo $ZZ | openssl md5 > 611af9d8272a34478514927b922f53b6 > > but when printing ZZ without new line: > > $ echo -n $ZZ | openssl md5 > 8aa2b617944427353697e694a2e35a07 > > Best regards, > -- > Marek Marcola <[EMAIL PROTECTED]> > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/Help-with-UNICODE-md5...-tp17619850p17917667.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]