Lines Matching refs:algorithm
18 [B<-algorithm alg>]
51 This option encrypts the private key with the supplied cipher. Any algorithm
62 =item B<-algorithm alg>
64 Public key algorithm to use such as RSA, DSA or DH. If used this option must
65 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
69 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
72 Valid built-in algorithm names for parameter generation (see the B<-genparam>
75 Note that the algorithm name X9.42 DH may be used as a synonym for the DH
76 algorithm. These are identical and do not indicate the type of parameters that
83 Set the public key algorithm option B<opt> to B<value>. The precise set of
84 options supported depends on the public key algorithm used and its
91 precede any B<-algorithm>, B<-paramfile> or B<-pkeyopt> options.
97 algorithm used is determined by the parameters. If used this option must
98 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
110 The options supported by each algorithm and indeed each implementation of an
111 algorithm can vary. The options for the OpenSSL implementations are detailed
142 These options have the same meaning as the B<RSA> algorithm.
178 The options supported by each algorithm and indeed each implementation of an
179 algorithm can vary. The options for the OpenSSL implementations are detailed
248 The use of the genpkey program is encouraged over the algorithm specific
249 utilities because additional algorithm options and ENGINE provided algorithms
256 openssl genpkey -algorithm RSA -out key.pem
260 openssl genpkey -algorithm RSA -out key.pem -aes-128-cbc -pass pass:hello
264 openssl genpkey -algorithm RSA -out key.pem \
269 openssl genpkey -genparam -algorithm DSA -out dsap.pem \
278 openssl genpkey -genparam -algorithm DH -out dhp.pem \
283 openssl genpkey -genparam -algorithm DH -out dhpx.pem \
289 openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt dh_rfc5114:2
297 openssl genpkey -genparam -algorithm EC -out ecp.pem \
307 openssl genpkey -algorithm EC -out eckey.pem \
313 openssl genpkey -algorithm X25519 -out xkey.pem
317 openssl genpkey -algorithm ED448 -out xkey.pem