-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy openssl/openssl@29daedc to 3.1
- Loading branch information
1 parent
edef4d6
commit 7bbb412
Showing
4 changed files
with
806 additions
and
806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
-from [email protected] -to someone@somewhere \ | ||
-subject "Signed message" | sendmail someone@somewhere | ||
</code></pre></div><p>Verify a message and extract the signer's certificate if successful:</p><div class=highlight><pre><span></span><code>openssl smime -verify -in mail.msg -signer user.pem -out signedtext.txt | ||
</code></pre></div><p>Send encrypted mail using triple DES:</p><div class=highlight><pre><span></span><code>openssl smime -encrypt -in in.txt -from [email protected] \ | ||
</code></pre></div><p>Send encrypted mail using triple DES:</p><div class=highlight><pre><span></span><code>openssl smime -encrypt -in in.txt -out mail.msg -from [email protected] \ | ||
-to someone@somewhere -subject "Encrypted message" \ | ||
-des3 user.pem -out mail.msg | ||
-des3 user.pem | ||
</code></pre></div><p>Sign and encrypt mail:</p><div class=highlight><pre><span></span><code>openssl smime -sign -in ml.txt -signer my.pem -text \ | ||
| openssl smime -encrypt -out mail.msg \ | ||
-from [email protected] -to someone@somewhere \ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.