Lines Matching refs:B
9 B<openssl>
18 This is specified by using the B<-nameopt> option, which takes a
32 =item B<compat>
36 =item B<RFC2253>
39 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>,
40 B<dump_nostr>, B<dump_unknown>, B<dump_der>, B<sep_comma_plus>, B<dn_rev>
41 and B<sname>.
43 =item B<oneline>
47 It is equivalent to B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>,
48 B<dump_nostr>, B<dump_der>, B<use_quote>, B<sep_comma_plus_space>,
49 B<space_eq> and B<sname> options.
51 =item B<multiline>
54 It is equivalent to B<esc_ctrl>, B<esc_msb>, B<sep_multiline>, B<space_eq>,
55 B<lname> and B<align>.
57 =item B<esc_2253>
63 =item B<esc_2254>
66 That is, the B<NUL> character and of C<()*>.
68 =item B<esc_ctrl>
72 notation where B<XX> are the two hex digits representing the character value.
74 =item B<esc_msb>
77 values larger than 127, as described in B<esc_ctrl>.
79 =item B<use_quote>
86 =item B<utf8>
90 not setting B<esc_msb>) may give the correct display of multibyte
96 =item B<ignore_type>
103 =item B<show_type>
108 =item B<dump_der>
113 Either way, the B<#XXXX...> format of RFC 2253 is used.
115 =item B<dump_nostr>
117 Dump non-character strings, such as ASN.1 B<OCTET STRING>.
121 =item B<dump_all>
123 Dump all fields. When this used with B<dump_der>, this allows the
126 =item B<dump_unknown>
130 =item B<sep_comma_plus>, B<sep_comma_plus_space>, B<sep_semi_plus_space>,
131 B<sep_multiline>
138 The B<sep_multiline> starts each field on its own line, and uses "plus space"
141 The default value is B<sep_comma_plus_space>.
143 =item B<dn_rev>
149 =item B<nofname>, B<sname>, B<lname>, B<oid>
152 B<nofname> does not display the field at all.
153 B<sname> uses the "short name" form (CN for commonName for example).
154 B<lname> uses the long form.
155 B<oid> represents the OID in numerical form and is useful for
158 =item B<align>
161 B<sep_multiline>.
163 =item B<space_eq>