skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: OpenSSL Command Line Interface (CLI) Reference OpenSSL Command Line Interface (CLI) Reference
go to previous page: dgst dgst
go to next page: dsadsa
end of book navigation links


dhparam
Description
Warnings
Restrictions
History
 Options
Notes
See Also

NAME

dhparam - DH parameter manipulation and generation


Synopsis  


openssl dhparam [-inform DER|PEM] [-outform DER|PEM] [-in filename] [-out filename] [-dsaparam] [-noout] [-text] [-C] [-2] [-5] [-rand file(s)] [-engine id] [numbits]


return to top DESCRIPTION  

This command is used to manipulate DH parameter files.


return to top OPTIONS  


return to top WARNINGS  

The program dhparam combines the functionality of the programs dh and gendh in previous versions of OpenSSL and SSLeay. The dh and gendh programs are retained for now but may have different purposes in future versions of OpenSSL.


return to top NOTES  

PEM format DH parameters use the header and footer lines:
 -----BEGIN DH PARAMETERS-----
 -----END DH PARAMETERS-----
OpenSSL currently only supports the older PKCS#3 DH, not the newer X9.42 DH.

This program manipulates DH parameters not keys.


return to top Restrictions  

There should be a way to generate and manipulate DH keys.


return to top SEE ALSO  

dsaparam(1)


return to top HISTORY  

The dhparam command was added in OpenSSL 0.9.5. The -dsaparam option was added in OpenSSL 0.9.6.
go to previous page: dgst dgst
go to next page: dsadsa