Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A DCA.pl.pod16 B<-newreq> |
17 B<-newreq-nodes> |
50 "newkey.pem" and the request written to the file "newreq.pem".
53 =item B<-newreq>
56 "newkey.pem" and the request written to the file "newreq.pem".
59 =item B<-newreq-nodes>
61 Is like B<-newreq> except that the private key will not be encrypted.
88 to be in the file "newreq.pem". The new certificate is written to the file
102 to be present in the file "newreq.pem".
145 CA.pl -newreq
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A DCA.pl.pod16 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
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixinc.in437 newreq=
457 newreq="$newreq $1 $dir/$include $dir2/$include"
463 set x $newreq
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixinc.in436 newreq=
456 newreq="$newreq $1 $dir/$include $dir2/$include"
462 set x $newreq
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A DCA.pl.in124 …CA.pl -newcert | -newreq | -newreq-nodes | -xsign | -sign | -signCA | -signcert | -crl | -newca [-…
142 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) {
H A Dreq.c261 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c238 int ret = 1, x509 = 0, days = 0, i = 0, newreq = 0, verbose = 0; in req_main() local
289 newreq = 1; in req_main()
319 newreq = 1; in req_main()
413 newreq = precert = 1; in req_main()
429 newreq = 1; in req_main()
432 private = newreq && (pkey == NULL) ? 1 : 0; in req_main()
572 if (newreq && (pkey == NULL)) { in req_main()
688 if (!newreq) { in req_main()
703 if (newreq || x509) { in req_main()
H A DCA.pl.in130 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) {
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c3297 struct request *newreq; in search_try_next() local
3308newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags,… in search_try_next()
3310 if (newreq) { in search_try_next()
3321newreq = request_new(base, NULL, req->request_type, new_name, handle->search_flags, req->user_call… in search_try_next()
3323 if (!newreq) return 1; in search_try_next()
3330 handle->current_req = newreq; in search_try_next()
3331 newreq->handle = handle; in search_try_next()
3332 request_submit(newreq); in search_try_next()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES1098 *) Reimplement -newreq-nodes and ERR_error_string_n; the
8931 *) New '-newreq-nodes' command option to CA.pl. This is like
8932 '-newreq', but calls 'openssl req' with the '-nodes' option