Searched refs:certopt (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 101 int verbose, unsigned long certopt, unsigned long nameopt, 112 CONF *conf, int verbose, unsigned long certopt, 121 int verbose, unsigned long certopt, 129 CONF *conf, unsigned long certopt, unsigned long nameopt, 299 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main() local 644 if (!set_cert_ex(&certopt, f)) { in ca_main() 970 conf, verbose, certopt, get_nameopt(), default_op, in ca_main() 991 conf, verbose, certopt, get_nameopt(), default_op, in ca_main() 1012 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() 1033 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 29 [B<-certopt> I<option>] 228 =item B<-certopt> I<option> 232 The B<-certopt> switch may be also be used more than once to set multiple 598 customise the actual fields printed using the B<certopt> option when
|
H A D | openssl-req.pod.in | 373 See discussion of the B<-certopt> parameter in the L<openssl-x509(1)>
|
H A D | openssl-ca.pod.in | 581 the B<x509> utilities B<-nameopt> and B<-certopt> switches can be used
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 13720 * Allow multiple 'certopt' and 'nameopt' options to be separated 13721 by commas. Add 'namopt' and 'certopt' options to the 'ca' config 14694 'certopt' option to 'x509' to allow new printing options to be
|