Lines Matching refs:B

14 B<openssl> B<dsa>
15 [B<-help>]
16 [B<-inform> B<DER>|B<PEM>]
17 [B<-outform> B<DER>|B<PEM>]
18 [B<-in> I<filename>]
19 [B<-passin> I<arg>]
20 [B<-out> I<filename>]
21 [B<-passout> I<arg>]
22 [B<-aes128>]
23 [B<-aes192>]
24 [B<-aes256>]
25 [B<-aria128>]
26 [B<-aria192>]
27 [B<-aria256>]
28 [B<-camellia128>]
29 [B<-camellia192>]
30 [B<-camellia256>]
31 [B<-des>]
32 [B<-des3>]
33 [B<-idea>]
34 [B<-text>]
35 [B<-noout>]
36 [B<-modulus>]
37 [B<-pubin>]
38 [B<-pubout>]
39 [B<-pvk-strong>]
40 [B<-pvk-weak>]
41 [B<-pvk-none>]
47 forms and their components printed out. B<Note> This command uses the
49 applications should use the more secure PKCS#8 format using the B<pkcs8>
55 =item B<-help>
59 =item B<-inform> B<DER>|B<PEM>
64 =item B<-outform> B<DER>|B<PEM>
66 The key output format; the default is B<PEM>.
69 Private keys are a sequence of B<ASN.1 INTEGERS>: the version (zero), B<p>,
70 B<q>, B<g>, and the public and private key components. Public keys
71 are a B<SubjectPublicKeyInfo> structure with the B<DSA> type.
73 The B<PEM> format also accepts PKCS#8 data.
75 =item B<-in> I<filename>
81 =item B<-out> I<filename>
85 prompted for. The output filename should B<not> be the same as the input
88 =item B<-passin> I<arg>, B<-passout> I<arg>
91 For more information about the format of B<arg>
94 …em B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-…
104 =item B<-text>
108 =item B<-noout>
112 =item B<-modulus>
116 =item B<-pubin>
122 =item B<-pubout>
128 =item B<-pvk-strong>
132 =item B<-pvk-weak>
136 =item B<-pvk-none>
185 The B<-engine> option was deprecated in OpenSSL 3.0.