Lines Matching +full:num +full:- +full:ss +full:- +full:bits

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
50 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
121 . ds 8 ss
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "OPENSSL-GENRSA 1ossl"
134 .TH OPENSSL-GENRSA 1ossl "2023-09-22" "3.0.11" "OpenSSL"
140 openssl\-genrsa \- generate an RSA private key
144 [\fB\-help\fR]
145 [\fB\-out\fR \fIfilename\fR]
146 [\fB\-passout\fR \fIarg\fR]
147 [\fB\-aes128\fR]
148 [\fB\-aes192\fR]
149 [\fB\-aes256\fR]
150 [\fB\-aria128\fR]
151 [\fB\-aria192\fR]
152 [\fB\-aria256\fR]
153 [\fB\-camellia128\fR]
154 [\fB\-camellia192\fR]
155 [\fB\-camellia256\fR]
156 [\fB\-des\fR]
157 [\fB\-des3\fR]
158 [\fB\-idea\fR]
159 [\fB\-F4\fR]
160 [\fB\-f4\fR]
161 [\fB\-3\fR]
162 [\fB\-primes\fR \fInum\fR]
163 [\fB\-verbose\fR]
164 [\fB\-traditional\fR]
165 [\fB\-rand\fR \fIfiles\fR]
166 [\fB\-writerand\fR \fIfile\fR]
167 [\fB\-engine\fR \fIid\fR]
168 [\fB\-provider\fR \fIname\fR]
169 [\fB\-provider\-path\fR \fIpath\fR]
170 [\fB\-propquery\fR \fIpropq\fR]
174 This command generates an \s-1RSA\s0 private key.
177 .IP "\fB\-help\fR" 4
178 .IX Item "-help"
180 .IP "\fB\-out\fR \fIfilename\fR" 4
181 .IX Item "-out filename"
184 .IP "\fB\-passout\fR \fIarg\fR" 4
185 .IX Item "-passout arg"
187 see \fBopenssl\-passphrase\-options\fR\|(1).
188-aes128\fR, \fB\-aes192\fR, \fB\-aes256\fR, \fB\-aria128\fR, \fB\-aria192\fR, \fB\-aria256\fR, \fB…
189 .IX Item "-aes128, -aes192, -aes256, -aria128, -aria192, -aria256, -camellia128, -camellia192, -cam…
193 for if it is not supplied via the \fB\-passout\fR argument.
194 .IP "\fB\-F4\fR, \fB\-f4\fR, \fB\-3\fR" 4
195 .IX Item "-F4, -f4, -3"
197 The \fB\-3\fR option has been deprecated.
198 .IP "\fB\-primes\fR \fInum\fR" 4
199 .IX Item "-primes num"
200 Specify the number of primes to use while generating the \s-1RSA\s0 key. The \fInum\fR
202 If \fInum\fR is greater than 2, then the generated key is called a 'multi\-prime'
203 \&\s-1RSA\s0 key, which is defined in \s-1RFC 8017.\s0
204 .IP "\fB\-verbose\fR" 4
205 .IX Item "-verbose"
207 .IP "\fB\-traditional\fR" 4
208 .IX Item "-traditional"
210 .IP "\fB\-rand\fR \fIfiles\fR, \fB\-writerand\fR \fIfile\fR" 4
211 .IX Item "-rand files, -writerand file"
213 .IP "\fB\-engine\fR \fIid\fR" 4
214 .IX Item "-engine id"
217 .IP "\fB\-provider\fR \fIname\fR" 4
218 .IX Item "-provider name"
220 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
221 .IX Item "-provider-path path"
222 .IP "\fB\-propquery\fR \fIpropq\fR" 4
223 .IX Item "-propquery propq"
228 The size of the private key to generate in bits. This must be the last option
232 \&\s-1RSA\s0 private key generation essentially involves the generation of two or more
236 round of the Miller-Rabin primality test, \fB*\fR means the current prime starts
246 \&\fBopenssl\-genpkey\fR\|(1),
247 \&\fBopenssl\-gendsa\fR\|(1)
250 Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved.
254 in the file \s-1LICENSE\s0 in the source distribution or at