Lines Matching refs:DH
6 dhparam - DH parameter manipulation and generation
30 This command is used to manipulate DH parameter files.
65 If this option is used, DSA rather than DH parameters are read or created;
66 they are converted to DH format. Otherwise, "strong" primes (such
67 that (p-1)/2 is also prime) will be used for DH parameter generation.
69 DH parameter generation with the B<-dsaparam> option is much faster,
70 and the recommended exponent length is shorter, which makes DH key
71 exchange more efficient. Beware that with such DSA-style DH
72 parameters, a fresh DH key should be created for each use to
114 This option prints out the DH parameters in human readable form.
139 PEM format DH parameters use the header and footer lines:
141 -----BEGIN DH PARAMETERS-----
142 -----END DH PARAMETERS-----
144 OpenSSL currently only supports the older PKCS#3 DH, not the newer X9.42
145 DH.
147 This program manipulates DH parameters not keys.
151 There should be a way to generate and manipulate DH keys.