On Sat, Feb 02, 2008 at 08:33:40PM +0100, Sebastian Patschorke wrote: > I don't know how to use openssl, that it verifies me a signature for a > pdf document. This is what I tried: > > openssl smime -verify -in RGF131361240.pdf -signer 799562928.crt -out > RGF131361240.pdf.pkcs7
Why "smime". A PDF document is not a mime message. Try "openssl dgst" instead, but you need a detached signature for that. If PDF files have a way of encapsulating signed content, you need specialized tools to verify those signatures. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]