VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/doc/man1/openssl-dhparam.pod.in@ 107278

最後變更 在這個檔案從107278是 104078,由 vboxsync 提交於 11 月 前

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

檔案大小: 3.5 KB
 
1=pod
2{- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4=head1 NAME
5
6openssl-dhparam - DH parameter manipulation and generation
7
8=head1 SYNOPSIS
9
10B<openssl dhparam>
11[B<-help>]
12[B<-inform> B<DER>|B<PEM>]
13[B<-outform> B<DER>|B<PEM>]
14[B<-in> I<filename>]
15[B<-out> I<filename>]
16[B<-dsaparam>]
17[B<-check>]
18[B<-noout>]
19[B<-text>]
20[B<-2>]
21[B<-3>]
22[B<-5>]
23{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -}
24{- $OpenSSL::safe::opt_provider_synopsis -}
25[I<numbits>]
26
27=head1 DESCRIPTION
28
29This command is used to manipulate DH parameter files.
30
31See L<openssl-genpkey(1)/EXAMPLES> for examples on how to generate
32a key using a named safe prime group without generating intermediate
33parameters.
34
35=head1 OPTIONS
36
37=over 4
38
39=item B<-help>
40
41Print out a usage message.
42
43=item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
44
45The input format and output format; the default is B<PEM>.
46The object is compatible with the PKCS#3 B<DHparameter> structure.
47See L<openssl-format-options(1)> for details.
48
49=item B<-in> I<filename>
50
51This specifies the input filename to read parameters from or standard input if
52this option is not specified.
53
54=item B<-out> I<filename>
55
56This specifies the output filename parameters to. Standard output is used
57if this option is not present. The output filename should B<not> be the same
58as the input filename.
59
60=item B<-dsaparam>
61
62If this option is used, DSA rather than DH parameters are read or created;
63they are converted to DH format. Otherwise, safe primes (such
64that (p-1)/2 is also prime) will be used for DH parameter generation.
65
66DH parameter generation with the B<-dsaparam> option is much faster.
67Beware that with such DSA-style DH parameters, a fresh DH key should be
68created for each use to avoid small-subgroup attacks that may be possible
69otherwise.
70
71=item B<-check>
72
73Performs numerous checks to see if the supplied parameters are valid and
74displays a warning if not.
75
76=item B<-2>, B<-3>, B<-5>
77
78The generator to use, either 2, 3 or 5. If present then the
79input file is ignored and parameters are generated instead. If not
80present but I<numbits> is present, parameters are generated with the
81default generator 2.
82
83=item I<numbits>
84
85This option specifies that a parameter set should be generated of size
86I<numbits>. It must be the last option. If this option is present then
87the input file is ignored and parameters are generated instead. If
88this option is not present but a generator (B<-2>, B<-3> or B<-5>) is
89present, parameters are generated with a default length of 2048 bits.
90The minimum length is 512 bits. The maximum length is 10000 bits.
91
92=item B<-noout>
93
94This option inhibits the output of the encoded version of the parameters.
95
96=item B<-text>
97
98This option prints out the DH parameters in human readable form.
99
100{- $OpenSSL::safe::opt_engine_item -}
101
102{- $OpenSSL::safe::opt_r_item -}
103
104{- $OpenSSL::safe::opt_provider_item -}
105
106=back
107
108=head1 NOTES
109
110This command replaces the B<dh> and B<gendh> commands of previous
111releases.
112
113=head1 SEE ALSO
114
115L<openssl(1)>,
116L<openssl-pkeyparam(1)>,
117L<openssl-dsaparam(1)>,
118L<openssl-genpkey(1)>.
119
120=head1 HISTORY
121
122The B<-engine> option was deprecated in OpenSSL 3.0.
123
124The B<-C> option was removed in OpenSSL 3.0.
125
126=head1 COPYRIGHT
127
128Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
129
130Licensed under the Apache License 2.0 (the "License"). You may not use
131this file except in compliance with the License. You can obtain a copy
132in the file LICENSE in the source distribution or at
133L<https://www.openssl.org/source/license.html>.
134
135=cut
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette