projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c17171c
)
Minor documentation fixes, PR#2344
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Oct 2010 13:23:53 +0000
(13:23 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Oct 2010 13:23:53 +0000
(13:23 +0000)
doc/apps/smime.pod
patch
|
blob
|
history
diff --git
a/doc/apps/smime.pod
b/doc/apps/smime.pod
index 42c0733bcbceba6dd17f4099fe141b673d546957..4b0f34883adbb0dadca217fc798e0e8f1f5f8a10 100644
(file)
--- 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
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
openssl smime -sign -in message.txt -text -out mail.msg -nodetach \
-signer mycert.pem
@@
-397,11
+397,11
@@
it with:
-----BEGIN PKCS7-----
-----END PKCS7-----
-----BEGIN PKCS7-----
-----END PKCS7-----
-and using the command
,
+and using the command
:
openssl smime -verify -inform PEM -in signature.pem -content content.txt
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
openssl smime -verify -inform DER -in signature.der -content content.txt