Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c104 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
132 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
347 int rand_ser = 0, i, j, selfsign = 0, def_ret; in ca_main() local
457 selfsign = 1; in ca_main()
647 if (!selfsign || spkac_file || ss_cert_file || gencrl) { in ca_main()
662 if (!selfsign) in ca_main()
1018 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
1039 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
1384 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument
1403 if (selfsign && !X509_REQ_check_private_key(req, pkey)) { in certify()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in45 [B<-selfsign>]
210 =item B<-selfsign>
215 If B<-spkac>, B<-ss_cert> or B<-gencrl> are given, B<-selfsign> is ignored.
217 A consequence of using B<-selfsign> is that the self-signed
555 the B<-selfsign> command line option.
/freebsd/crypto/openssl/
H A DNEWS.md1624 'openssl ca -selfsign'.
H A DCHANGES.md13338 as all other certificate signing. The new flag '-selfsign' enables
20108 * Fix demos/selfsign.c: it used obsolete and deleted functions, changed