Lines Matching refs:DH
64 Public key algorithm to use such as RSA, DSA or DH. If used this option must
73 option) are DH, DSA and EC.
75 Note that the algorithm name X9.42 DH may be used as a synonym for the DH
78 or X9.42 DH parameters are required. See L<DH Parameter Generation Options>
206 =head2 DH Parameter Generation Options
218 conjunction with the B<dh_paramgen_type> option to generate X9.42 DH parameters.
226 The type of DH parameters to generate. Use 0 for PKCS#3 DH and 1 for X9.42 DH.
233 values 1, 2 or 3 corresponding to RFC5114 DH parameters consisting of
236 2.1, 2.2 and 2.3 respectively. If present this overrides all other DH parameter
276 Generate 2048 bit DH parameters:
278 openssl genpkey -genparam -algorithm DH -out dhp.pem \
281 Generate 2048 bit X9.42 DH parameters:
283 openssl genpkey -genparam -algorithm DH -out dhpx.pem \
287 Output RFC5114 2048 bit DH parameters with 224 bit subgroup:
289 openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt dh_rfc5114:2
291 Generate DH key from parameters: