Re: Signing with S/MIME

2001-02-28 Thread Dr S N Henson
Darío Mariani wrote: > > Hello: > I'm trying to sign a file with "openssl smime" but I would like that > the output to be only the signature, or as the smime man page in the > "-content filename" option says: [a] PKCS#7 structure is using the > detached signature form where the content is not i

Signing with S/MIME

2001-02-28 Thread Darío Mariani
Hello: I'm trying to sign a file with "openssl smime" but I would like that the output to be only the signature, or as the smime man page in the "-content filename" option says: [a] PKCS#7 structure is using the detached signature form where the content is not included. How do I do it? Thank