X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fsmime.pod;h=7d5b7460e3cb0844bd1a396b50ab39f12ce44dc6;hp=7df780f5e05bab46c794d51eb8c6c8808262fdb3;hb=449040b49a01b18b1f82e6a7659be0c9d97b5807;hpb=48b5352212d8c68f7fd071ca9f38822b7e954c5a diff --git a/doc/man1/smime.pod b/doc/man1/smime.pod index 7df780f5e0..7d5b7460e3 100644 --- a/doc/man1/smime.pod +++ b/doc/man1/smime.pod @@ -2,6 +2,7 @@ =head1 NAME +openssl-smime, smime - S/MIME utility =head1 SYNOPSIS @@ -16,7 +17,7 @@ B B [B<-pk7out>] [B<-binary>] [B<-crlfeol>] -[B<-[cipher]>] +[B<-I>] [B<-in file>] [B<-CAfile file>] [B<-CApath dir>] @@ -65,7 +66,8 @@ B B [B<-indef>] [B<-noindef>] [B<-stream>] -[B<-rand file(s)>] +[B<-rand file...>] +[B<-writerand file>] [B<-md digest>] [cert.pem]... @@ -200,7 +202,7 @@ Do not load the trusted CA certificates from the default directory location. Digest algorithm to use when signing or resigning. If not present then the default digest algorithm for the signing key will be used (usually SHA1). -=item B<-[cipher]> +=item B<-I> The encryption algorithm to use. For example DES (56 bits) - B<-des>, triple DES (168 bits) - B<-des3>, @@ -295,14 +297,19 @@ specified, the argument is given to the engine as a key identifier. The private key password source. For more information about the format of B see the B section in L. -=item B<-rand file(s)> +=item B<-rand file...> A file or files containing random data used to seed the random number -generator, or an EGD socket (see L). +generator. Multiple files can be specified separated by an OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. +=item [B<-writerand file>] + +Writes random data to the specified I upon exit. +This can be used with a subsequent B<-rand> flag. + =item B One or more certificates of message recipients: used when encrypting @@ -509,7 +516,7 @@ The -no_alt_chains options was first added to OpenSSL 1.1.0. Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.