Home
last modified time | relevance | path

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

/third_party/openssl/doc/man1/
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 …]
/third_party/python/Lib/test/
Dtest_urllib2.py900 newreq = h.do_request_(req)
917 newreq = h.do_request_(req)
937 newreq = h.do_request_(req)
938 te = newreq.get_header('Transfer-encoding')
940 self.assertFalse(newreq.has_header('Content-length'))
944 newreq = h.do_request_(req)
945 self.assertEqual(int(newreq.get_header('Content-length')), 30)
946 self.assertFalse(newreq.has_header("Transfer-encoding"))
959 newreq = h.do_request_(req)
960 self.assertEqual(newreq.get_header('Transfer-encoding'), 'chunked')
[all …]
/third_party/openssl/apps/
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()
DCA.pl.in130 } elsif ($WHAT =~ /^\-newreq(\-nodes)?$/ ) {
/third_party/openssl/
DCHANGES1106 *) Reimplement -newreq-nodes and ERR_error_string_n; the
8939 *) New '-newreq-nodes' command option to CA.pl. This is like
8940 '-newreq', but calls 'openssl req' with the '-nodes' option