Lines Matching refs:B
10 B<openssl> B<crl>
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
14 [B<-key> I<filename>]
15 [B<-keyform> B<DER>|B<PEM>|B<P12>]
16 [B<-dateopt>]
17 [B<-text>]
18 [B<-in> I<filename>]
19 [B<-out> I<filename>]
20 [B<-gendelta> I<filename>]
21 [B<-badsig>]
22 [B<-verify>]
23 [B<-noout>]
24 [B<-hash>]
25 [B<-hash_old>]
26 [B<-fingerprint>]
27 [B<-crlnumber>]
28 [B<-issuer>]
29 [B<-lastupdate>]
30 [B<-nextupdate>]
43 =item B<-help>
47 =item B<-inform> B<DER>|B<PEM>
52 =item B<-outform> B<DER>|B<PEM>
54 The CRL output format; the default is B<PEM>.
57 =item B<-key> I<filename>
61 =item B<-keyform> B<DER>|B<PEM>|B<P12>
66 =item B<-in> I<filename>
71 =item B<-out> I<filename>
76 =item B<-gendelta> I<filename>
80 =item B<-badsig>
85 =item B<-dateopt>
90 =item B<-text>
94 =item B<-verify>
98 (e.g. B<-gendelta>) is skipped.
100 This option is implicitly enabled if any of B<-CApath>, B<-CAfile>
101 or B<-CAstore> is specified.
103 =item B<-noout>
107 =item B<-fingerprint>
111 =item B<-crlnumber>
115 =item B<-hash>
120 =item B<-hash_old>
125 =item B<-issuer>
129 =item B<-lastupdate>
133 =item B<-nextupdate>
170 Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.