Only use the new informational verify codes if we

specifically ask for them.

Fix typo in docs.
This commit is contained in:
Dr. Stephen Henson
2000-09-22 21:32:08 +00:00
parent 3f8b90c345
commit dbba890cf1
4 changed files with 19 additions and 11 deletions

View File

@@ -325,7 +325,7 @@ Send encrypted mail using triple DES:
Sign and encrypt mail:
openssl smime -sign -in ml.txt -signer my.pem -text \
| openssl -encrypt -out mail.msg \
| openssl smime -encrypt -out mail.msg \
-from steve@openssl.org -to someone@somewhere \
-subject "Signed and Encrypted message" -des3 user.pem