Lines Matching full:algorithm

77 [\fB\-algorithm\fR \fIalg\fR]
124 This option encrypts the private key with the supplied cipher. Any algorithm
126 .IP "\fB\-algorithm\fR \fIalg\fR" 4
127 .IX Item "-algorithm alg"
128 Public key algorithm to use such as RSA, DSA, DH or DHX. If used this option must
129 precede any \fB\-pkeyopt\fR options. The options \fB\-paramfile\fR and \fB\-algorithm\fR
133 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
136 Valid built-in algorithm names for parameter generation (see the \fB\-genparam\fR
139 Note that the algorithm name X9.42 DH may be used as a synonym for DHX keys and
143 Set the public key algorithm option \fIopt\fR to \fIvalue\fR. The precise set of
144 options supported depends on the public key algorithm used and its
148 To list the possible \fIopt\fR values for an algorithm use:
149 \&\fBopenssl\fR \fBgenpkey\fR \-algorithm XXX \-help
153 precede any \fB\-algorithm\fR, \fB\-paramfile\fR or \fB\-pkeyopt\fR options.
158 algorithm used is determined by the parameters. If used this option must
159 precede any \fB\-pkeyopt\fR options. The options \fB\-paramfile\fR and \fB\-algorithm\fR
188 The options supported by each algorithm and indeed each implementation of an
189 algorithm can vary. The options for the OpenSSL implementations are detailed
209 These options have the same meaning as the \fBRSA\fR algorithm.
262 The options supported by each algorithm and indeed each implementation of an
263 algorithm can vary. The options for the OpenSSL implementations are detailed
324 Valid values that are associated with the \fBalgorithm\fR of \fB"DH"\fR are:
328 Valid values that are associated with the \fBalgorithm\fR of \fB"DHX"\fR are the
360 The \fBalgorithm\fR option must be \fB"DH"\fR for this parameter to be used.
368 The \fBalgorithm\fR option must be \fB"DH"\fR.
372 The \fBalgorithm\fR option must be \fB"DHX"\fR.
376 The \fBalgorithm\fR option must be \fB"DHX"\fR.
381 The \fBalgorithm\fR option must be \fB"DH"\fR.
384 Selects a default type based on the \fBalgorithm\fR. This is used by the
386 If \fBalgorithm\fR is \fB"DH"\fR then \fB"generator"\fR is used.
387 If \fBalgorithm\fR is \fB"DHX"\fR then \fB"fips186_2"\fR is used.
430 The use of the genpkey program is encouraged over the algorithm specific
431 utilities because additional algorithm options and ENGINE provided algorithms
438 \& openssl genpkey \-algorithm RSA \-out key.pem
444 \& openssl genpkey \-algorithm RSA \-out key.pem \-aes\-128\-cbc \-pass pass:hello
450 \& openssl genpkey \-algorithm RSA \-out key.pem \e
459 \& openssl genpkey \-genparam \-algorithm DSA \-out dsap.pem \-pkeyopt pbits:2048 \e
472 \& openssl genpkey \-algorithm DH \-out dhkey.pem \-pkeyopt group:ffdhe4096
478 \& openssl genpkey \-algorithm DHX \-out dhkey.pem \-pkeyopt dh_rfc5114:3
490 \& openssl genpkey \-genparam \-algorithm DH \-out dhp.pem \-pkeyopt group:ffdhe2048
496 \& openssl genpkey \-genparam \-algorithm DHX \-out dhp.pem \-pkeyopt dh_rfc5114:2
502 \& openssl genpkey \-genparam \-algorithm DHX \-out dhp.pem \-text \e
510 \& openssl genpkey \-genparam \-algorithm DHX \-out dhp.pem \-text \e
518 \& openssl genpkey \-genparam \-algorithm DH \-out dhp.pem \e
525 \& openssl genpkey \-genparam \-algorithm DH \-out dhpx.pem \e
533 \& openssl genpkey \-genparam \-algorithm EC \-out ecp.pem \e
547 \& openssl genpkey \-algorithm EC \-out eckey.pem \e
555 \& openssl genpkey \-algorithm X25519 \-out xkey.pem
561 \& openssl genpkey \-algorithm ED448 \-out xkey.pem
567 \& openssl genpkey \-algorithm ML\-DSA\-65 \-out ml\-dsa\-key.pem
573 \& openssl genpkey \-algorithm ML\-KEM\-768 \-out ml\-kem\-key.pem