Lines Matching full:generation
74 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
77 Valid built-in algorithm names for parameter generation (see the B<-genparam>
87 implementation. See L</KEY GENERATION OPTIONS> and
88 L</PARAMETER GENERATION OPTIONS> below for more details.
116 =head1 KEY GENERATION OPTIONS
120 below. There are no key generation options defined for the X25519, X448, ED25519
123 =head2 RSA Key Generation Options
142 =head2 RSA-PSS Key Generation Options
168 =head2 EC Key Generation Options
170 The EC key generation options can also be used for parameter generation.
185 =head2 DH Key Generation Options
192 See the L</DH Parameter Generation Options> section below.
197 =head1 PARAMETER GENERATION OPTIONS
203 =head2 DSA Parameter Generation Options
222 The digest to use during parameter generation. Must be one of B<sha1>, B<sha224>
235 The type of generation to use. Set this to 1 to use legacy FIPS186-2 parameter
236 generation. The default of 0 uses FIPS186-4 parameter generation.
240 The index to use for canonical generation and verification of the generator g.
255 =head2 DH Parameter Generation Options
259 no parameter generation options are specified.
319 FIPS186-4 parameter generation.
324 FIPS186-4 parameter generation.
350 The digest to use during parameter generation. Must be one of B<sha1>, B<sha224>
356 This is only used by "fips186_4" and "fips186_2" key generation.
361 This is only used by "fips186_4" and "fips186_2" key generation.
365 The index to use for canonical generation and verification of the generator g.
370 This is only used by "fips186_4" and "fips186_2" key generation.
378 This is only used by "fips186_4" and "fips186_2" key generation.
382 =head2 EC Parameter Generation Options
384 The EC parameter generation options are the same as for key generation. See
385 L</EC Key Generation Options> above.