[B<-verify_name> I<name>]
[B<-x509_strict>]
[B<-md> I<digest>]
-[B<->I<cipher>]
+[B<-I<cipher>>]
[B<-nointern>]
[B<-noverify>]
[B<-nocerts>]
[B<-to> I<addr>]
[B<-from> I<addr>]
[B<-subject> I<subj>]
-[I<cert.pem ...>]
+[I<cert.pem> ...]
=for comment ifdef des-wrap engine
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<->I<cipher>
+=item B<-I<cipher>>
The encryption algorithm to use. For example triple DES (168 bits) - B<-des3>
or 256 bit AES - B<-aes256>. Any standard algorithm name (as used by the
Writes random data to the specified I<file> upon exit.
This can be used with a subsequent B<-rand> flag.
-=item I<cert.pem...>
+=item I<cert.pem> ...
One or more certificates of message recipients: used when encrypting
a message.