Home
last modified time | relevance | path

Searched refs:selfsign (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dca.c102 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
130 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
296 int rand_ser = 0, i, j, selfsign = 0, def_ret; in ca_main() local
401 selfsign = 1; in ca_main()
600 if (!selfsign || spkac_file || ss_cert_file || gencrl) { in ca_main()
615 if (!selfsign) 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()
1388 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument
1407 if (selfsign && !X509_REQ_check_private_key(req, pkey)) { in certify()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in42 [B<-selfsign>]
196 =item B<-selfsign>
201 If B<-spkac>, B<-ss_cert> or B<-gencrl> are given, B<-selfsign> is ignored.
203 A consequence of using B<-selfsign> is that the self-signed
533 the B<-selfsign> command line option.
/freebsd/crypto/openssl/
H A DNEWS.md1114 'openssl ca -selfsign'.
H A DCHANGES.md11540 as all other certificate signing. The new flag '-selfsign' enables
18310 * Fix demos/selfsign.c: it used obsolete and deleted functions, changed