Skip to content

Commit

Permalink
deploy openssl/openssl@29daedc to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
openssl-machine committed Nov 1, 2024
1 parent edef4d6 commit 7bbb412
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 806 deletions.
4 changes: 2 additions & 2 deletions 3.1/man1/openssl-smime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;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 &quot;Encrypted message&quot; \
-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 \
Expand Down
2 changes: 1 addition & 1 deletion 3.1/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7bbb412

Please sign in to comment.