Searched refs:newreq (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | CA.pl.pod | 16 B<-newreq> | 17 B<-newreq-nodes> | 67 F<newkey.pem> and the request written to the file F<newreq.pem>. 70 =item B<-newreq> 73 F<newkey.pem> and the request written to the file F<newreq.pem>. 76 =item B<-newreq-nodes> 78 Is like B<-newreq> except that the private key will not be encrypted. 110 request to be in the file F<newreq.pem>. The new certificate is written to the 124 to be present in the file F<newreq.pem>. 167 CA.pl -newreq
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | CA.pl.in | 124 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-… 142 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) {
|
| H A D | req.c | 261 int ret = 1, gen_x509 = 0, i = 0, newreq = 0, verbose = 0; in req_main() local 311 newreq = 1; in req_main() 348 newreq = 1; in req_main() 471 newreq = precert = 1; in req_main() 494 newreq = 1; in req_main() 635 if (newreq && pkey == NULL) { in req_main() 708 out = bio_open_owner(keyout, outformat, newreq); in req_main() 749 if (!newreq) { in req_main() 781 if (newreq || gen_x509) { in req_main() 909 if (subj != NULL && !newreq && !gen_x509) { in req_main()
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | sendmail | 136 -out newreq.pem -days 365 -config openssl.cnf \ 140 openssl x509 -x509toreq -in newreq.pem -signkey newkey.pem \
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | evdns.c | 3293 struct request *newreq; in search_try_next() local 3304 …newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags,… in search_try_next() 3306 if (newreq) { in search_try_next() 3317 …newreq = request_new(base, NULL, req->request_type, new_name, handle->search_flags, req->user_call… in search_try_next() 3319 if (!newreq) return 1; in search_try_next() 3326 handle->current_req = newreq; in search_try_next() 3327 newreq->handle = handle; in search_try_next() 3328 request_submit(newreq); in search_try_next()
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | evdns.c | 3293 struct request *newreq; in search_try_next() local 3304 …newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags,… in search_try_next() 3306 if (newreq) { in search_try_next() 3317 …newreq = request_new(base, NULL, req->request_type, new_name, handle->search_flags, req->user_call… in search_try_next() 3319 if (!newreq) return 1; in search_try_next() 3326 handle->current_req = newreq; in search_try_next() 3327 newreq->handle = handle; in search_try_next() 3328 request_submit(newreq); in search_try_next()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 3351 * Reimplement -newreq-nodes and ERR_error_string_n; the 14165 * New '-newreq-nodes' command option to CA.pl. This is like 14166 '-newreq', but calls 'openssl req' with the '-nodes' option
|