openssl-dhparam
(1ssl)DH parameter manipulation and generation
Options
17-helpPrint out a usage message.
-inform-outformThe input format and output format; the default is PEM. The object is compatible with the PKCS#3 DHparameter structure. See openssl-format-options(1) for details.
-infilenameThis specifies the input file to read parameters from or standard input if this option is not specified.
-outfilenameThis specifies the output file to write parameters to. Standard output is used if this option is not present. The output filename can be the same as the input filename, which leads to replacing the file contents. Note that file I/O is not atomic. The output file is truncated and then written.
-dsaparamIf this option is used, DSA rather than DH parameters are read or created; they are converted to DH format. Otherwise, safe primes (such that (p-1)/2 is also prime) will be used for DH parameter generation. DH parameter generation with the -dsaparam option is much faster. Beware that with such DSA-style DH parameters, a fresh DH key should be created for each use to avoid small-subgroup attacks that may be possible otherwise.
-checkPerforms numerous checks to see if the supplied parameters are valid and displays a warning if not.
-2-3-5The generator to use, either 2, 3 or 5. If present then the input file is ignored and parameters are generated instead. If not present but numbits is present, parameters are generated with the default generator 2.
-nooutThis option inhibits the output of the encoded version of the parameters.
-textThis option prints out the DH parameters in human readable form.
-engineidSee "Engine Options" in openssl(1). This option is deprecated.
-rand-writerandfilesSee "Random State Options" in openssl(1) for details.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
-verboseThis option enables the output of progress messages, which is handy when running commands interactively that may take a long time to execute.
-quietThis option suppresses the output of progress messages, which may be undesirable in batch scripts or pipelines.
DESCRIPTION
NOTES
HISTORY
COPYRIGHT
Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
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 https://www.openssl.org/source/license.html.