From: Dr. Stephen Henson Date: Mon, 4 Oct 2010 13:24:15 +0000 (+0000) Subject: Minor documentation fixes, PR#2344 X-Git-Tag: OpenSSL_1_0_0b~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=51381cd4eda96f1150e6eb9be4533d2ca8963c4e;p=oweals%2Fopenssl.git Minor documentation fixes, PR#2344 --- diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod index 42c0733bcb..4b0f34883a 100644 --- a/doc/apps/smime.pod +++ b/doc/apps/smime.pod @@ -343,7 +343,7 @@ Create a cleartext signed message: openssl smime -sign -in message.txt -text -out mail.msg \ -signer mycert.pem -Create an opaque signed message +Create an opaque signed message: openssl smime -sign -in message.txt -text -out mail.msg -nodetach \ -signer mycert.pem @@ -397,11 +397,11 @@ it with: -----BEGIN PKCS7----- -----END PKCS7----- -and using the command, +and using the command: openssl smime -verify -inform PEM -in signature.pem -content content.txt -alternatively you can base64 decode the signature and use +Alternatively you can base64 decode the signature and use: openssl smime -verify -inform DER -in signature.der -content content.txt