Home
last modified time | relevance | path

Searched refs:newreq (Results 1 – 7 of 7) sorted by relevance

/src/crypto/openssl/doc/man1/
H A DCA.pl.pod18 B<-newreq> |
19 B<-newreq-nodes> |
69 F<newkey.pem> and the request written to the file F<newreq.pem>.
72 =item B<-newreq>
75 F<newkey.pem> and the request written to the file F<newreq.pem>.
78 =item B<-newreq-nodes>
80 Is like B<-newreq> except that the private key will not be encrypted.
112 request to be in the file F<newreq.pem>. The new certificate is written to the
126 to be present in the file F<newreq.pem>.
169 CA.pl -newreq
/src/crypto/openssl/apps/
H A Dreq.c310 int ret = 1, gen_x509 = 0, i = 0, newreq = 0, verbose = 0, progress = 1; in req_main() local
359 newreq = 1; in req_main()
396 newreq = 1; in req_main()
531 newreq = precert = 1; in req_main()
565 newreq = 1; in req_main()
566 else if (!newreq && isatty(fileno_stdin())) in req_main()
674 if (newreq && pkey == NULL) { in req_main()
779 if (!newreq) { in req_main()
820 if (newreq || gen_x509) { in req_main()
954 if (subj != NULL && !newreq && !gen_x509) { in req_main()
H A DCA.pl.in275 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-…
291 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) {
/src/libexec/rc/rc.d/
H A Dsendmail155 -out newreq.pem -days 365 -config openssl.cnf \
159 openssl x509 -x509toreq -in newreq.pem -signkey newkey.pem \
/src/contrib/ntp/sntp/libevent/
H A Devdns.c3293 struct request *newreq; in search_try_next() local
3304newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags,… in search_try_next()
3306 if (newreq) { in search_try_next()
3317newreq = 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()
/src/contrib/libevent/
H A Devdns.c3293 struct request *newreq; in search_try_next() local
3304newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags,… in search_try_next()
3306 if (newreq) { in search_try_next()
3317newreq = 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()
/src/crypto/openssl/
H A DCHANGES.md5000 * Reimplement -newreq-nodes and ERR_error_string_n; the
15819 * New '-newreq-nodes' command option to CA.pl. This is like
15820 '-newreq', but calls 'openssl req' with the '-nodes' option