On 2005.06.01 at 13:07:31 +0200, Beat Jucker wrote: > I have an intermediate SMIME decrypting problem. I'm using following > commandline interface (little bit outdated openssl 0.9.6b @ HPUX-B.11.11): > > cat email | openssl smime -decrypt -inkey mykey -recip mycert > > This works usually without problems. But Emails from one particular > address I can decrypt only most of the time. Sometimes I'll get > following error message: > > openssl-0.9.6b: > > Error reading S/MIME message > 27549:error:0D06B078:asn1 encoding routines:ASN1_get_object:header too > long:asn1_lib.c:139:
Once I've got simular problem with opaque signed message (DER format) which was attached to the E-Mail and used Quoted-Printable transfer encoding. Thus all end-of-lines inside message data was converted from CRLF to LF by some intermediate mail server. So, investigating transport envelope of problematic messages can be helpful. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
