Lines Matching refs:algorithm
16 [B<-algorithm alg>]
45 This option encrypts the private key with the supplied cipher. Any algorithm
56 =item B<-algorithm alg>
58 public key algorithm to use such as RSA, DSA or DH. If used this option must
59 precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
64 set the public key algorithm option B<opt> to B<value>. The precise set of
65 options supported depends on the public key algorithm used and its
71 precede and B<-algorithm>, B<-paramfile> or B<-pkeyopt> options.
77 algorithm used is determined by the parameters. If used this option must
78 precede and B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm>
91 algorithm can vary. The options for the OpenSSL implementations are detailed
145 Gost 2001 support is not enabled by default. To enable this algorithm,
150 Use of a parameter file for the GOST R 34.10 algorithm is optional.
176 The use of the genpkey program is encouraged over the algorithm specific
177 utilities because additional algorithm options and ENGINE provided algorithms
184 openssl genpkey -algorithm RSA -out key.pem
188 openssl genpkey -algorithm RSA -out key.pem -aes-128-cbc -pass pass:hello
192 openssl genpkey -algorithm RSA -out key.pem -pkeyopt rsa_keygen_bits:2048 \
197 openssl genpkey -genparam -algorithm DSA -out dsap.pem \
206 openssl genpkey -genparam -algorithm DH -out dhp.pem \