On Friday September 2nd 2005 Christian Weber wrote:

> i'm sorry but I cannot find the reason for the errors resulting in
> calling openssl (Version 0.9.7e or 0.9.8) as follows:
> 
> openssl pkcs7  -noout -text -print_certs < decoded.b64
> unable to load PKCS7 object

I have no idea either, but you might want to run

openssl asn1parse -in decoded.b64

which does work on this input and compare the resulting fields and
identifiers with a PKCS7 file that you _can_ read. Perhaps the file was
created with different parameters than OpenSSL expects.
-- 
Marco Roeland
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to